使用scp上传ssh公钥到服务器

$ 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
相关文章
相关标签/搜索