diff options
| author | startxfr <clarue@startx.fr> | 2014-12-10 00:23:13 +0100 | 
|---|---|---|
| committer | startxfr <clarue@startx.fr> | 2014-12-10 00:23:13 +0100 | 
| commit | b16fb60aebdc648c3811413f0f2e5b8b6fb3cf31 (patch) | |
| tree | 157b4469db7a2ecafadb5bcb780e92ff11fc62be /Services/ssh | |
| parent | 76fbe43a8e1cb13cfe4a24bb78ac510a13c85651 (diff) | |
ajout d'un titre affiché dans github + mis een palce var d'env pour apache
Diffstat (limited to 'Services/ssh')
| -rw-r--r-- | Services/ssh/README.md | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/Services/ssh/README.md b/Services/ssh/README.md index 03d326b..b04d68e 100644 --- a/Services/ssh/README.md +++ b/Services/ssh/README.md @@ -1,5 +1,6 @@  # STARTX Services docker-images : SSH Server -This container run sshd on fedora server. You can overwrite /root/.ssh/autorized_keys with your own list of autorized keys. + +Container running sshd daemon under a fedora server. You can add your own list of autorized keys  ## Running from docker registry @@ -13,6 +14,8 @@ Copy sources in your docker host  	cd startx-docker-images;  	git clone https://github.com/startxfr/docker-images.git . +You can overwrite /root/.ssh/autorized_keys with your own list of autorized keys. +  Build the container  	docker build -t sv-ssh Services/ssh/  | 
