ugeek/ssh

By ugeek

Updated about 4 years ago

SSH server for conect SSH,SFTP your Raspberry Pi, ARM, amd64

Image
1

786

Docker for Raspberry Pi and ARM

docker run -d --name=ssh -p 7777:22 -v /nube:/nube ugeek/ssh:arm

Docker

docker run -d --name=ssh -p 7777:22  -v /nube:/nube ugeek/ssh:amd64

To connect the docker container via ssh

ssh root@localhost -p 7777

Password is: "EntraenlaMatrix"

Change password

docker exec -it ssh passwd

Delete password

Edit with vi , /etc/ssh/ssh_config

Docker Pull Command

docker pull ugeek/ssh