ssh-copy-id 安全地复制公钥到远程服务器上

Posted 运维工匠实战(如果发现有错误请大家把正确的方法发送给我,方便

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ssh-copy-id 安全地复制公钥到远程服务器上相关的知识,希望对你有一定的参考价值。

[[email protected] .ssh]# ssh-copy-id  -i id_rsa.pub " -p22 [email protected]"
[email protected]150.57.38.226s password: 
Now try logging into the machine, with "ssh ‘ -p22022 [email protected]", and check in:

  .ssh/authorized_keys

to make sure we havent added extra keys that you werent expecting.

#注意指定端口和用户@IP是用双引号的!!!!

以上是关于ssh-copy-id 安全地复制公钥到远程服务器上的主要内容,如果未能解决你的问题,请参考以下文章

ssh-copy-id

利用ssh-copy-id实现SSH无密码登录

ssh-copy-id命令解析

ssh-copy-id命令解析

使用sshpass 和 ssh-copy-id批量拷贝公钥到远程主机

使用 ssh-copy-id 复制您的公钥