Skip to content

docker sshd service and net tools and chinese fonts

Notifications You must be signed in to change notification settings

lihaixin2/cnsshd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

sshd介绍

基于ubuntu:16.04 配置sshd服务和基本的网络工具包和中文字体

用法

###运行容器

docker run -d -p <PORT>:22 --name sshd lihaixin/sshd

###修改root密码

docker exec -it sshd /bin/sh -c "echo 'root:PASSWORD' | chpasswd"

About

docker sshd service and net tools and chinese fonts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published