Files

7 lines
120 B
Bash
Raw Permalink Normal View History

2016-11-28 14:13:18 +01:00
#!/bin/bash
[[ -f ./setup ]] && source ./setup
2020-11-28 07:12:22 +01:00
pushd /root >/dev/null
exec su-exec root /usr/sbin/sshd -D -e 2>&1
2016-11-28 14:13:18 +01:00
popd