正文使用scp上传ssh公钥到服务器IP云V管理员/2022-11-29/3 阅读 11/29提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 $ scp ~/.ssh/id_rsa.pub root@xxx.xxx.xxx.xxx:.ssh/id_rsa.pub $ ssh root@xxx.xxx.xxx.xxx $ cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys