使用 ssh-copy-id 命令同步金鑰執行 SSH 連線 Memo's Blog 2019-05-08 SSH SSH 做法生成 SSH 金鑰。 1ssh-keygen 將公開金鑰同步到遠端伺服器。 1ssh-copy-id -i ~/.ssh/id_rsa.pub root@xxx.xxx.xxx.xxx 使用 SSH 登入,不再需要密碼。 1ssh root@xxx.xxx.xxx.xxx