
SSHConf
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
What is sshconf?
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.
9 years ago
sshconf - 0.6.2.1
Changed SystemTray to KStatusNotifierItem. Unity-Desktop compatible ;)
9 years ago
sshconf - 0.6.2.1
Changed SystemTray to KStatusNotifierItem. Unity-Desktop compatible ;)
intika
2 years ago
Report
Mte90
9 years ago
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?
Report
intika
2 years ago
Report
Ancho
9 years ago
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 :)
Report
intika
2 years ago
Report
hellnest
9 years ago
Report
Ancho
9 years ago
Report