-
Notifications
You must be signed in to change notification settings - Fork 45
Frequently Asked Questions
First time I launch CM, an error appears on looking glass telling "ERROR reading config file /home/user/.connmgr
First time is normal. CM doesn't find configuration file. You must create and populate clicking on CM icon and "Connection Manager Settings"
Get password from a keyring and use it to connect
A better way is to set up a public/private key pair. You unlock your key once and then reuse it to make connections without entering your password. You can find some details here: http://sshmenu.sourceforge.net/articles/key-setup.html
Extension.js execute python2, but link to python not exist
You can create manually the link or modify line 111 of extension.js file to invoke 'python2' command. CM Preferences script is compatible with python 2, not version 3. If your default python version is 3.x (python -V), you must change it.