12345678 [oldgirl@c6 ~]$ scp .ssh/authorized_keys test@10.0.0.182:/home/test/
The authenticity of host "10.0.0.182 (10.0.0.182)" can"t be established.
RSA key fingerprint is 11:fa:8b:27:68:89:5c:83:b0:16:ea:4b:8b:41:4b:00.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added "10.0.0.182" (RSA) to the list of known hosts.
Permission denied (publickey).
lost connection
[oldgirl@c6 ~]scp远程拷贝文件时提示错误:
Warning: Permanently added "10.0.0.182" (RSA) to the list of known hosts.
Permission denied (publickey).
解决:
登录10.0.0.182,将/etc/ssh/sshd_config文件中的PasswordAuthentication no 改为PasswordAuthentication yes重启sshd服务:/etc/init.d/sshd restart
问题解决。
原因:scp是基于ssh的拷贝服务,ssh在没有密钥登录的情况下,禁用了密码登录,故出现如上错误。
相关阅读:shell自动化配置Hadoop配置文件示例 http://www.linuxidc.com/Linux/2013-05/84915.htm通过配置SSH深刻理解Puppet的语法及工作机制 http://www.linuxidc.com/Linux/2013-07/87882.htmUbuntu下SSH安装或设置 http://www.linuxidc.com/Linux/2013-07/87368.htmSUSE启用SSH和FTP http://www.linuxidc.com/Linux/2010-08/28286.htm使用SSH客户端登陆Linux之后出现乱码的解决方案 http://www.linuxidc.com/Linux/2010-08/28141.htm详解Linux中SSH远程访问控制 http://www.linuxidc.com/Linux/2013-07/88048.htm软件包安装之RPMUbuntu 12.04 Unity桌面环境VNC配置手记相关资讯 SSH Permission denied
- SSH/SSL 源码编译安装简易操作说明 (今 07:03)
- Mac使用ssh出现permission denied( (03月23日)
- Mac OS X下配置远程Linux 服务器 (12/22/2015 15:21:41)
| - Teleport:面向集群及团队的 SSH (04月11日)
- 如何在 CentOS / RHEL 上设置 SSH (01月18日)
- SSH相互信任配置 (12/20/2015 19:58:17)
|
本文评论 查看全部评论 (0)