当前位置:  技术问答>linux和unix

ssh做不用密码的连接,为什么每次都要密码呢?高手看看

    来源: 互联网  发布时间:2015-12-11

    本文导语:  在AS4(u3)上做的,自己连自己,全过程如下(在u1版上这样做一点问题也没有啊),到最后还要密码,晕死了,高手看看给吧。 [root@ora1 etc]# su - oracle [oracle@ora1 ~]$ cd .ssh [oracle@ora1 .ssh]$ rm * -f [oracle@ora1 .ssh]$ ssh-...

在AS4(u3)上做的,自己连自己,全过程如下(在u1版上这样做一点问题也没有啊),到最后还要密码,晕死了,高手看看给吧。
[root@ora1 etc]# su - oracle
[oracle@ora1 ~]$ cd .ssh
[oracle@ora1 .ssh]$ rm * -f
[oracle@ora1 .ssh]$ ssh-keygen -t dsa
Generating public/private dsa key pair.
Enter file in which to save the key (/home/oracle/.ssh/id_dsa): 
Enter passphrase (empty for no passphrase): 
Enter same passphrase again: 
Your identification has been saved in /home/oracle/.ssh/id_dsa.
Your public key has been saved in /home/oracle/.ssh/id_dsa.pub.
The key fingerprint is:
4e:1c:dc:e1:ff:a1:72:31:6e:67:d9:2e:17:0e:2e:47 oracle@ora1
[oracle@ora1 .ssh]$ ls
id_dsa  id_dsa.pub
[oracle@ora1 .ssh]$ cat id_dsa.pub >authorized_keys
[oracle@ora1 .ssh]$ chmod 644 authorized_keys 
[oracle@ora1 .ssh]$ ll -a ..|grep ssh
drwx------  2 oracle oracle 4096 Aug 24 16:20 .ssh
[oracle@ora1 .ssh]$ ll
total 24
-rw-r--r--  1 oracle oracle 601 Aug 24 16:20 authorized_keys
-rw-------  1 oracle oracle 672 Aug 24 16:19 id_dsa
-rw-r--r--  1 oracle oracle 601 Aug 24 16:19 id_dsa.pub
[oracle@ora1 .ssh]$ hostname 
ora1
[oracle@ora1 .ssh]$ ssh ora1
The authenticity of host 'ora1 (192.168.100.11)' can't be established.
RSA key fingerprint is d3:cc:bf:18:c4:bf:0b:b1:64:97:b5:c4:12:56:40:4a.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'ora1,192.168.100.11' (RSA) to the list of known hosts.
oracle@ora1's password: 
Last login: Thu Aug 24 13:53:51 2006 from pvt2
[oracle@ora1 ~]$ exit
logout
Connection to ora1 closed.
[oracle@ora1 .ssh]$ ssh ora1
oracle@ora1's password: 

|
/etc/ssh/sshd-config里的要求rsa密钥登陆,你做yes设置了吗?

    
 
 

您可能感兴趣的文章:

  • ssh-keygen设置ssh无密码登录失败
  • SSH登陆linux,明明输入对的密码,还是弹出来要我输入密码?
  • linux系统修改密码后ssh连接问题
  • 困惑……ssh登录每次都要输入公钥密码
  • 使用SSH修改linux密码的问题
  • Ubuntu下如何设置ssh免密码登录安装
  • solaris9 上为什么ssh 做了密钥后,还需要密码登陆
  • 使用ssh-keygen -t rsa建立密钥之后,可以实现两台linux主机之间的root用户免密码登陆。但无法实现两个普通用户之间免密码登陆
  • 用SSH不能无密码登陆本机,不知道怎么办
  • linux下 ssh免密码登录的问题
  • LINUX下 SSH 免密码登陆问题
  • ssh 不用密码登录设置的问题
  • ssh 多台机器相互访问不需密码 请问怎么设置
  • ssh(ssh-keygen)配置免输入密码登录远程主机的方法
  • cvs用ssh操作时,每次都要输入服务器端用户密码,非常麻烦,谁帮设置下KEY
  • 用SSH不能无密码登陆本机,好像是权限问题,但是结局不了,帮忙看看吧
  • Linux下实现SSH免密码登录和实现秘钥的管理、分发、部署SHELL脚本分享
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • ssh连接得通虚拟机,连接不通隔壁宿舍?
  • 如何用ssh连接另一台主机
  • SSH连接不上,请教各位。
  • telnet ssh 连接超时控制办法
  • 我用SSH连接服务器只能用一般用户连接上去后再切换到root,为什么?
  • linux连接ssh乱码的问题
  • ssh虚拟机无法连接
  • debian5.0添加新用户,无法ssh连接
  • ssh连接一直超时
  • SSH连接不上虚拟机
  • SSH 的连接时长在哪里改
  • 关于ssh secure shell连接linux出错的问题,急,谢谢
  • ssh连接时报错 ssh: connect to host 192.168.9.92 port 22: No route to host
  • ssh连接超时解决方法
  • linux重启后无法通过ssh连接
  • ssh移植后可以连接但是无法登陆成功。
  • SSH远程连接不操作过断时间就自动断掉,如何处理
  • linux dabian系统 ssh连接失败
  • ssh 连接不上的问题?
  • 解决SSH连接超时的2个配置方法
  • ssh反向登录和ssh跳转的区别
  • C++语言的SSH客户端库 NetSieben SSH Library
  • 我想问一下,open ssh和ssh有什么区别?!
  • 纯Java的SSH-2协议包 Orion SSH2
  • 高性能的 SSH/SCP HPN-SSH
  • client端用ssh登陆SSH失败
  • 求网络管理员或SSH熟手 关于远程SSH登陆的IP地址问题
  • 急:请问SSH2链接是什么意思?在windows终端怎样具体操作来通过SSH2链接管理linux服务器?
  • 全注解的SSH框架 ssh-base-framework
  • ssh 登录出现:ssh_exchange_identification: Connection closed by remote host
  • putty实现自动登录的方法(ssh和ssh2)


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    数据库 iis7站长之家