Feb 5

Sometimes you just want a basic gui interface to get things done, like opening a terminal and making a ssh connection to one of your servers.

SSHMenu is a GNOME panel applet that keeps all your regular SSH connections within a single mouse click. Read More



Oct 17

Having problems with a local firewall denying all http traffic? If you have access to a remote server connected to the internet you can use the ssh proxy functionality.
Read More



Sep 26

Transfering or modifying files on a remote system is easy. Simply use scp and get or put your files on a remote system. This is good if you want to transfer many files in one operation. But what if you need to modify a file many times? Get it from the server, change it, transfer it… over and over again… Sure, use ssh and do the editing on the server, but often you’ll want to use your nice gui editor you work with all the time.
Read More



Sep 22

Trying to add a ssh-key to your agent results in an error: Could not open a connection to your authentication agent.
Read More



Sep 10

In case you need a svn setup allowing system users to access the repository using their individual ssh keys, here’s a short howto.
Read More