sshconf is a graphical frontend to manage ssh configurations for different hosts.
It creates Host specifications for the users configuration file in ~/.ssh/config (see manpage ssh_config).
Features
add, edit or remove Host add, edit or remove LocalForward(s) or RemoteForward(s) for a Host open a Terminal with a connection to the Host quick access to hosts via SystemTray Icon The View is representing only a subset of the Options. The Logic behind that parse the whole set of options in the configuration file.
Options added by hand won't be overwritten.Last changelog:
sshconf - 0.6.2.1
Changed SystemTray to KStatusNotifierItem. Unity-Desktop compatible
I ahve installed the package on aptosid.
i get this error:
root@aptosidbox:/home/mte90# /usr/bin/SSHconfig.py
Traceback (most recent call last):
File "/usr/bin/SSHconfig.py", line 22, in <module>
from sshconf.gui.qt.controll.mediator import SshConfDialogManager
ImportError: No module named sshconf.gui.qt.controll.mediator
How i can fix this?
I guess aptosid uses python2.6.
You can check this with python -V in a terminal.
Try to copy /usr/lib/python2.7/dist-packages/sshconf to /usr/lib/python2.6/dist-packages
I'll work on a cross-version resolution.
Recommendations are welcome :)
Ratings & Comments
7 Comments
9 +
I ahve installed the package on aptosid. i get this error: root@aptosidbox:/home/mte90# /usr/bin/SSHconfig.py Traceback (most recent call last): File "/usr/bin/SSHconfig.py", line 22, in <module> from sshconf.gui.qt.controll.mediator import SshConfDialogManager ImportError: No module named sshconf.gui.qt.controll.mediator How i can fix this?
I guess aptosid uses python2.6. You can check this with python -V in a terminal. Try to copy /usr/lib/python2.7/dist-packages/sshconf to /usr/lib/python2.6/dist-packages I'll work on a cross-version resolution. Recommendations are welcome :)
sudo ln -s /usr/lib/python2.7/dist-packages/sshconf /usr/lib/python2.7/site-packages/sshconf
sudo ln -s /usr/lib/python2.7/dist-packages/sshconf /usr/lib/python2.7/site-packages/sshconf
Why you share only .deb package? There's not only debian based in this world who using KDE :)
Sorry. I just forgot about it ;)