LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Looking for SSH client that shows traffic and does other things... (https://www.linuxquestions.org/questions/linux-software-2/looking-for-ssh-client-that-shows-traffic-and-does-other-things-4175498319/)

vbmark 03-15-2014 03:22 PM

Looking for SSH client that shows traffic and does other things...
 
I am moving from windows and have always used Bitvise SSH Client Tunnelier.

I am now looking for a Linux SSH client with similar features:

- Displays traffic
- Can be minimized to system tray
- Changes icon when connection is lost
- Automatically retries until connection is reestablished.

I've searched around but have so far not been able to find anything close.

Can anyone give some recommendations?

Thanks!

unSpawn 03-15-2014 06:30 PM

Quote:

Originally Posted by vbmark (Post 5135183)
Automatically retries until connection is reestablished.

...use 'autossh'.


Quote:

Originally Posted by vbmark (Post 5135183)
Can be minimized to system tray

...run it from a terminal window.


Quote:

Originally Posted by vbmark (Post 5135183)
Changes icon when connection is lost

...your system should have a notification subsystem. If you don't want to learn about accessing D-BUS or using libnotify you can use a terminal window, Zenity, kdialog or whatever else your Desktop Environment provides.


Quote:

Originally Posted by vbmark (Post 5135183)
Displays traffic
(..)
Can anyone give some recommendations?

Linux command line tools are build for a single purpose so any features or functionality will be in support of that task. Since traffic stats serve no purpose at all when using SSH it just doesn't have that functionality. Before you comment on that please remember Linux isn't Windows.

vbmark 03-15-2014 09:52 PM

autossh looks great, but can't figure out how to get a terminal window to the system tray.

273 03-15-2014 10:55 PM

It's not exactly what you want but Guake is quite useful.


All times are GMT -5. The time now is 04:48 PM.