N
N
nioterzor2018-12-01 00:20:56
SSH
nioterzor, 2018-12-01 00:20:56

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

5 answer(s)
B
Boris Syomov, 2018-12-01
@nioterzor

Remmina

M
Mystray, 2018-12-01
@Mystray

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 ...

L
Lynn "Coffee Man", 2018-12-01
@Lynn

~/.ssh/config is suitable for both port and key

L
linux81, 2018-12-01
@linux81

Gnome Connection Manager

X
XNicON, 2020-07-27
@XNicON

https://www.asbru-cm.net/
https://github.com/muriloventuroso/easyssh

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question