docker运行centos使用ssh连接

2025-05-26 08:57:54

1、拉取centos7镜像docker pull centos:centos7

docker运行centos使用ssh连接

2、运行docker 镜像

docker运行centos使用ssh连接

3、进入centos容器

docker运行centos使用ssh连接

4、安装sshyum -y install openssh-server

docker运行centos使用ssh连接

5、启动ssh服务systemctl start sshd

docker运行centos使用ssh连接

6、修改/etc/ssh/sshd娄多骋能_config 配置信息去掉如下注释Port 22ListenAddress 0.0.0.0ListenAddress ::permitrootlogin yes炽扃仄呦UsePAM yes 改为 UsePAM noGSSAPICleanupCredentials no改为GSSAPICleanupCredentials yes去掉UsePrivilegeSeparation sandbox的注释并改为UsePrivilegeSeparation no

7、重启sshd/usr/sbin/sshd -D

docker运行centos使用ssh连接

8、设置linux容器的密码passwd root

docker运行centos使用ssh连接

9、提交镜像

docker运行centos使用ssh连接

10、运行新镜像

docker运行centos使用ssh连接

11、使用ssh连接centos容器ssh root@宿主机的ip -p 10022

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢