本机机器ssh docker容器
Posted lijiale
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了本机机器ssh docker容器相关的知识,希望对你有一定的参考价值。
https://blog.csdn.net/u010324465/article/details/77184506
1、在docker中安装openssh-server
2、sudo /etc/init.d/ssh start 启动服务
3、查看启动成功与否 ps -e|grep ssh
4、$sudo vim/etc/ssh/sshd_config
PermitRootLogin without-password 改为 PermitRootLogin yes`
PasswordAuthentication yes 改为 PasswordAuthentication no
5、重启ssh sudo service ssh restart
6、passwd root 设置密码
7、ifconfig 查看容器实例ip
8、ssh ip
以上是关于本机机器ssh docker容器的主要内容,如果未能解决你的问题,请参考以下文章