Skip to content

dockerbase/openssh-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Base: Openssh-server

This repository contains Dockerbase of Openssh-sever for Docker's Dockerbase build published on the public Docker Hub Registry.

Depends on:

Installation

  1. Install Docker.

  2. Download Dockerbase build from public Docker Hub Registry: docker pull dockerbase/openssh-server

Usage

$ git clone https://github.com/dockerbase/openssh-server
$ cd openssh-server
$ sudo make run         # run a openssh-server container
$ sudo make enter       # enter the container via nenter
# enable_insecure_key   # enable the insecure key ( you can replace the key )
...
$ sudo make ssh         # enter the container via ssh
...
$ sudo make stop        # stop the container
...
$ sudo make start       # restart the container
$ sudo make stop        # stop the container
$ sudo make rm          # destroy the container

Components & Versions

Description:	Ubuntu 14.04.1 LTS
git version 1.9.1
OpenSSH_6.6.1p1 Ubuntu-2ubuntu2, OpenSSL 1.0.1f 6 Jan 2014

About

Dockerbase Service Image: openssh-server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages