Thu 22 Mar 2007
Update: It’s know included in the kubuntu distro as package kssh with standard installation procedure.
Switching from Suse to kubuntu went not so smooth as I expected. One small issue was getting to run kssh – a small and useful tool to manage your ssh connections.
This is the way it worked for me:
- Download the source file from sourceforge kssh-xx.tar.gz and extract it.
- Install the package libqt3-compat-headers.
- Run
./configure --with-qt-includes='/usr/include/qt3/' --prefix=/usr/local/ - followed by
makeandmake install
That’s it!
If you like to access the kssh-Session directly from Konsole just create new session type in Settings - Configure Konsole - Session with Name:ssh and Execute: kssh .
May 28th, 2007 at 2:07 am
Remark: That was for ubuntu 6.10.