SSHConf
Network
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.
6 years ago
sshconf - 0.6.2.1
[li]Changed SystemTray to KStatusNotifierItem. Unity-Desktop compatible ;)
[/li]
6 years ago
sshconf - 0.6.2.1
[li]Changed SystemTray to KStatusNotifierItem. Unity-Desktop compatible ;)
[/li]
openDesktop.org :
Mte90
6 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
Ancho
6 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
hellnest
6 years ago
Report
Ancho
6 years ago
Report