Ubuntu SSH Public Key登录更新于 2020-11-16写于 2020-04-15bash1mkdir ~/.ssh 2 3# 添加公钥 4 5cat id_rsa.pub >> ~/.ssh/authorized_keys 6# 或者 7# ssh-copy-id -i ~/.ssh/mykey user@host What is SSH Public Key authentication?