unix – ssh-copy-id未找到标识错误

我有几个客户端系统,我需要推送ssh密钥和登录从我的服务器没有身份验证提示

首先,在服务器上,我创建了ssh键如下所示是成功的

]# ssh-keygen -t rsa -N "" -f my.key

第二,尝试复制pub键,但失败,没有身份错误。我在这里做错了一步?

]# ssh-copy-id my.key.pub 10.10.1.1
/usr/bin/ssh-copy-id: ERROR: No identities found
您需要使用-i标志:
ssh-copy-id -i my.key.pub 10.10.1.1

man page

If the -i option is given then the identity file (defaults to ~/.ssh/id_rsa.pub) is used,regardless of whether there are any keys in your ssh-agent. Otherwise,if this: ssh-add -L provides any output,it uses that in preference to the identity file

相关文章

普通模式 >G 增加当前行到文档末尾处的缩紧层级 $ 移动到本行的末尾 . 相当于一个...
原文连接: https://spacevim.org/cn/layers/lang/elixir/ 模块简介 功能特性 启用模块 快捷键 语言专属...
原文连接: https://spacevim.org/cn/layers/lang/dart/ 模块简介 功能特性 依赖安装及启用模块 启用模...
 =   赋值操作符,可以用于算术和字符串赋值 +        加法计算     -        减法运算...
1.根据包名来查看指定的APP指定数据 adb shell "top | grep com.xxx.xxx" 由于这样打印出来的数...
ctrl+F 向下翻页 ctrl+B 向下翻页 u 取消最近一次操作 U 取消当前行的操作 ZZ 保存当前内容并退出 gg 跳...