diff options
Diffstat (limited to 'Services/ssh')
-rw-r--r-- | Services/ssh/README.md | 2 | ||||
-rw-r--r-- | Services/ssh/sx/sshd.sh | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Services/ssh/README.md b/Services/ssh/README.md index 4735bec..03d326b 100644 --- a/Services/ssh/README.md +++ b/Services/ssh/README.md @@ -28,7 +28,7 @@ access to the running server access to the container itself - docker exec -it ssh bash + docker exec -it ssh /bin/bash ## Related Resources * [Sources files](https://github.com/startxfr/docker-images/tree/master/Services/ssh) diff --git a/Services/ssh/sx/sshd.sh b/Services/ssh/sx/sshd.sh index 795fff5..937ef1a 100644 --- a/Services/ssh/sx/sshd.sh +++ b/Services/ssh/sx/sshd.sh @@ -1,7 +1,6 @@ #!/bin/bash export TERM=dumb -export logfile="/var/log/sshd.log" # Begin configuration before starting daemonized process # and start generating host keys |