summaryrefslogtreecommitdiffstats
path: root/docker/etc/s6/openssh/run
blob: b4c4cb408846e70766e8e5b77fee0b7104efd31a (plain)
1
2
3
4
5
6
#!/bin/bash
[[ -f ./setup ]] && source ./setup

pushd /root > /dev/null
    exec gosu root /usr/sbin/sshd -E /var/log/sshd.log -D
popd