Skip to content

How to migrate from SSHMenu

sciancio edited this page Dec 12, 2011 · 5 revisions

How to migrate from SSHMenu

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:

  1. backup CM configuration file (if exists)

cd $HOME cp .connmgr .connmgr.bak

  1. produce a new CM configuration file from sshmenu

python sshmenu2cm.py > ~/.connmgr

  1. reload configuration from CM extension

That's all.


You can download here sshmenu2cm.py

Any feedback is appreciated


Back to Index page

Clone this wiki locally