Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to allow the host ssh to connect to the docker container

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article introduces the knowledge of "how to allow the host ssh to connect to the docker container". Many people will encounter this dilemma in the operation of actual cases, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

In the docker container, install ssh:

1) replace the installation source in the container with 163 sources

2) install ssh service

Apt-get update apt-get install openssh-server

3) add directories and modify ssh configuration files

Mkdir-p / var/run/sshd vim / etc/pam.d/sshd

Find the line session required pam_loginuid.so and comment it out

4) add the public key of the host to be linked

Put the public key in / root/.ssh/authorized_key

The next step is to start the container on the host, assign ports, and enable the ssh service:

Docker run-p 10022 usr/sbin/sshd 22-d sshd:ubuntu / usr/sbin/sshd-D

Try the link:

Ssh 192.168.163.131-p 10022

Ip is the host ip of the container

This is the end of "how to allow the host ssh to connect to the docker container". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report