diff options
Diffstat (limited to 'docker')
-rwxr-xr-x | docker/etc/s6/openssh/run | 2 | ||||
-rw-r--r-- | docker/etc/ssh/sshd_config | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/docker/etc/s6/openssh/run b/docker/etc/s6/openssh/run index 46f422cce6..502e7f6dde 100755 --- a/docker/etc/s6/openssh/run +++ b/docker/etc/s6/openssh/run @@ -2,5 +2,5 @@ [[ -f ./setup ]] && source ./setup pushd /root > /dev/null - exec su-exec root /usr/sbin/sshd -E /var/log/sshd.log -D + exec su-exec root /usr/sbin/sshd -D popd diff --git a/docker/etc/ssh/sshd_config b/docker/etc/ssh/sshd_config index 991b5196a0..0248a2e8dc 100644 --- a/docker/etc/ssh/sshd_config +++ b/docker/etc/ssh/sshd_config @@ -18,7 +18,6 @@ UseDNS no AllowAgentForwarding no AllowTcpForwarding no PrintMotd no -PrintLastLog no PermitUserEnvironment yes PermitRootLogin no |