Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

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.

About

sshd-enabled ubuntu docker image especially for ansible test without docker connection plugin

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors