Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.14 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.14 KB

docker-ubuntu-sshd

License MicroBadger

sshd enabled ubuntu docker image

Docker image is available as auchida/ubuntu-sshd in Docker Hub.

Image tags

  • 16.04, xenial, latest
  • 14.04, trusty

Usage

$ docker run -d -p 2222:22 auchida/ubuntu-sshd
$ ssh root@localhost -p 2222 # or ssh ubuntu@localhost -p 2222

Installed packages

  • openssh-server
  • python
  • python-apt
  • sudo

Login information

user password
root root
ubuntu ubuntu

License

Contents on this repository are dedicated to CC0 public domain. No rights reserved.

License for distributed Docker images follows one of Ubuntu Project.