▲ | dfc 3 days ago | ||||||||||||||||||||||||||||||||||||||||||||||
I don't understand what an ssh client does that is useful as a separate thing from your terminal of choice and openssh. Why wouldn't you always just ssh through your terminal? | |||||||||||||||||||||||||||||||||||||||||||||||
▲ | h4ch1 3 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||||||||||||||
Can't comment for others but for me I find zoc or in that regard, a SSH client useful for the following 1. Remembering multiple hostnames and keys in a centralized location I manage a fleet of VPSs, whose hostnames, credentials I don't always remember off the top of my head. Writing ssh -i <identity> <hostname> gets tedious when I'm wrangling multiple of them over a single session 2. Faithful terminal emulation Zoc does a great job at emulating a plethora of terminals; it's not a do or die feature, but nice to have. 3. Separation of concerns This is a personal reason, but I like having two different applications while I am doing something that needs me to SSH to multiple VPSs, my main terminal will have local commands, local file editing, etc while my SSH client will only be used for remote connections and management. Just helps me keep things tidy for myself. Also as I mentioned in the parent I primarily use my main terminal to SSH; but for the cases mentioned it's nice to use a separate client. | |||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||
▲ | Yizahi 3 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||||||||||||||
To see a clear and categorized list of saved sessions, for example I have 300 different saved sessions and that's not even a tenth of the hardware we have. They are categorized, so I can quickily find a specific one I need and connect to it in one click. This also mean that I can see what sessions I do not have saves and immediately go to a page with all information. Telnet sessions also live there, seamlessly. And finally I can have saved arbitrary commands, different per each session for the quick use. Especially useful with inane kilometer long k8s commands. |