ssh myalias
実行時 コマンドラインから config
という名前のファイルを使用できます あなたの ~/.ssh
で フォルダー、またはファイル /etc/ssh/ssh_config
.ここでは、使用する実際のホスト名、ユーザー名、キーなどを構成できます。いいね:
# 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
キーを使用していない場合:PasswordAuthentication
があることがわかります オプションもありますが、そのファイルにパスワード自体を設定することもできないと思います。
Asbru Connection Manager を試す https://github.com/asbru-cm/asbru-cm / https://www.asbru-cm.net/
Ubuntuに最適!!;)
(Asbru は PAC Manager のフォークであり、現在はメンテナンスされていないことに注意してください [1])
.
[1] https://github.com/perseo22/pacmanager/issues/57
Gnome Connection Manager は間違いなく試してみる価値があります。いくつかの興味深い機能を提供し、使用可能ですが、まだ静かな成熟度ではありません.