diff options
| author | startxfr <clarue@startx.fr> | 2014-11-20 11:34:01 +0100 |
|---|---|---|
| committer | startxfr <clarue@startx.fr> | 2014-11-20 11:34:01 +0100 |
| commit | 1bf7a4cce5e6235f4d9065e892c9aead51866238 (patch) | |
| tree | 61a4d0b7074d5dea89e8a6468f390aa9cc89feda /Services/ssh/Dockerfile | |
| parent | 571b9292a928511369add143497c9c15719b64c9 (diff) | |
modif de code example dans les readme
Diffstat (limited to 'Services/ssh/Dockerfile')
| -rw-r--r-- | Services/ssh/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/ssh/Dockerfile b/Services/ssh/Dockerfile index c2a2c5e..904a064 100644 --- a/Services/ssh/Dockerfile +++ b/Services/ssh/Dockerfile @@ -8,7 +8,7 @@ RUN yum -y update \ RUN mkdir /var/run/sshd \ && ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key -N '' -# Add ssh keys +# Copy ssh keys COPY .ssh/authorized_keys /root/.ssh/authorized_keys EXPOSE 22 |
