Heim  >  Fragen und Antworten  >  Hauptteil

docker容器呢SSH为什么连不通呢?

#apt-get install openssh-server openssh-client
#mkdir /var/run/sshd   
#ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key
#ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
#/usr/sbin/sshd 


我ssh localhost

我的试了我创建ssh生成的密码,也重新设置了root的密码,用root密码登陆都不行,求教这是怎么回事额,弄了一早晨了···

某草草某草草2757 Tage vor850

Antworte allen(3)Ich werde antworten

  • 滿天的星座

    滿天的星座2017-04-25 09:05:47

    试一试 ssh root@localhost ?或者是没有指定端口号吧,试一试ssh root@localhost -p <PORT>

    Antwort
    0
  • 習慣沉默

    習慣沉默2017-04-25 09:05:47

    有点没弄懂问题,你是在一台主机上运行了一个Docker容器,然后在主机上用ssh登录这个Docker容器么?

    Antwort
    0
  • 高洛峰

    高洛峰2017-04-25 09:05:47

    docker ps -a看下子机器IP,ssh + ip 访问,
    另外root可能默认禁止远程登录的

    Antwort
    0
  • StornierenAntwort