Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 502 Bytes

wsl.md

File metadata and controls

31 lines (20 loc) · 502 Bytes

Ubuntu 常见问题

sshd: no hostkeys available — exiting

ssh-keygen -A

A public key file has not been specified for this session,Would you like to

PasswordAuthentication yes

ssh 允许密码登录

# vim /etc/ssh/sshd_config
PasswordAuthentication yes

安装和启动 docker

apt-get install docker.io
dockerd