在做ssh的时候出现下面的错误,这个错误根本没有遇到过啊,仔细一看,后面的端口不对,我要发到的服务器端口是22,我想肯定是这个原因,结果不加端口,还是提示
这个错误,于是咨询下其他人,结果发现要分发的秘钥/root/.ssh/id_dsa.pub,根本不存在,才会提示这个错误,于是使用ssh-keygen -t dsa 生成公钥后即可。
[[email protected] ~]# ssh-copy-id -i /root/.ssh/id_dsa.pub "[email protected] -p 52808"
/usr/bin/ssh-copy-id: ERROR: No identities found
时间: 2024-10-08 15:53:34