Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.4 KB

File metadata and controls

39 lines (25 loc) · 1.4 KB

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