Quando si esegue ssh myalias
dalla riga di comando, puoi usare un file chiamato config
nel tuo ~/.ssh
cartella o un file /etc/ssh/ssh_config
. Qui puoi configurare cose come il vero nome host, il nome utente e le chiavi da usare. Tipo:
# Use the private key "my-private-key" when logging in to myhost.com # On the command line, just type: ssh myalias Host myalias HostName myhost.com IdentityFile ~/.ssh/my-private-key User myname
Se non stai usando le chiavi:vedo che c'è un PasswordAuthentication
anche l'opzione, ma dubito che tu possa anche impostare la password stessa in quel file.
Prova Asbru Connection Manager https://github.com/asbru-cm/asbru-cm / https://www.asbru-cm.net/
Perfetto per Ubuntu!!;)
(nota che Asbru è un fork di PAC Manager, che ora non è più mantenuto [1])
.
[1] https://github.com/perseo22/pacmanager/issues/57
Vale sicuramente la pena provare Gnome Connection Manager. Offre alcune funzionalità interessanti ed è utilizzabile, anche se non è ancora abbastanza maturo.