An open API service indexing awesome lists of open source software.

https://github.com/shravannjain/ubuntu-ssh-env

Simple Docker-based environment for SSH access to a container You can play,test,learn about networking tools.
https://github.com/shravannjain/ubuntu-ssh-env

dockerfile networking secure-shell

Last synced: about 1 month ago
JSON representation

Simple Docker-based environment for SSH access to a container You can play,test,learn about networking tools.

Awesome Lists containing this project

README

          

# SSH Docker Environment
Simple Docker-based environment for SSH access to a container.

You can play,test,learn about networking tools.

## Instructions

### 1. Build the docker image
docker build -t ssh-container .

### 2.Run the docker container
docker run -d -p 2222:22 --name ssh-container ssh-container

### 3.Connect via ssh
ssh sshuser@localhost -p 2222

### username: sshuser

### password: password

### note:You can change the username and password inside the dockerfile