From 28d5ddd7f63e587d48a985ca3efa29fbac409947 Mon Sep 17 00:00:00 2001 From: startxfr Date: Fri, 5 Dec 2014 22:33:01 +0100 Subject: modification sur le serveur apache --- Services/ssh/README.md | 2 +- Services/ssh/sx/sshd.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'Services/ssh') 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 -- cgit v1.2.3