diff options
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/ |