Answer the question
In order to leave comments, you need to log in
GUI client for ssh under linux?
Requirements.
1. Grouping hosts
2. Remembering passwords (optional)
3. Many tabs
Judging by the screenshots https://somoit.net/sysadmin/sysadmin-best-system-a... this option is suitable, but it is only for windows
In fact you need a simple wrapper over the console ssh, so as not to remember which host is which port (if non-standard) and which private key is used (this is in the command history, but still).
Answer the question
In order to leave comments, you need to log in
PA manager.
But gui for this is an overkill. there are tabs in any terminal emulator, but everything else is easier to throw into ~/.ssh/config, short aliases will also appear:
host tts
hostname 10.0.10.0
user support
port 22222
identityfile ~/.ssh/id_rsa_sup_2018
host ...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question