SSH
加入遠端主機
$ ssh -l jsmith remotehost.example.com
與ssh終端互動
$ ssh -v -l jsmith remotehost.example.com
顯示ssh終端版本
$ ssh -V
登入遠端主機
$ ssh
ADDRESS
-p
PORT
-l
LOGIN_USER
2024-03-24
かっこいいSSH鍵が欲しい - アリ
2024-03-27
鍵生成には暗号論的に安全な乱数を使おう
工具
Byobu
Mosh
解决SSH no matching host key type found 问题 - Alan's Blog
ssh -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa