Skip to content

iainen/ubuntu-sshd-adb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ubuntu-sshd-adb

Dockerized SSH and adb service

Image tags

  • iainen/ubuntu-sshd-adb:16.04 (xenial)

Config:

  • PermitRootLogin yes
  • UsePAM no
  • exposed port 22
  • default command: /usr/sbin/sshd -D
  • root password: root

Run example

$ sudo docker run -d -P --name test_sshd iainen/ubuntu-sshd-adb:16.04
$ sudo docker port test_sshd 22
  0.0.0.0:49154

$ ssh root@localhost -p 49154
# The password is `root`
root@test_sshd $

Security

Change the root password:

docker exec -ti test_sshd passwd

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published