-
Notifications
You must be signed in to change notification settings - Fork 45
How to migrate from SSHMenu
sciancio edited this page Dec 12, 2011
·
5 revisions
sshmenu2cm.py is a simple python script to convert SSHMenu config file into a CM config file. It ignores "global" and "classes" sections of SSHMenu configuration file that are not used in the CM extension.
PyYAML is required
It reads SSHMenu configuration file ($HOME/.sshmenu) and prints out a CM configuration.
To convert old sshmenu configuratione follow these steps:
- backup CM configuration file (if exists)
cd $HOME
cp .connmgr .connmgr.bak
- produce a new CM configuration file from sshmenu
python sshmenu2cm.py > ~/.connmgr
- reload configuration from CM extension
That's all.
You can download here sshmenu2cm.py
Any feedback is appreciated