17 lines
348 B
Plaintext
Executable File
17 lines
348 B
Plaintext
Executable File
#!/bin/execlineb -P
|
|
s6-envdir -i /etc/s6/env/path
|
|
importas -i PATH PATH
|
|
|
|
s6-envdir -i /etc/s6/env/sshd.1
|
|
importas -i SSHDCFG SSHDCFG
|
|
|
|
emptyenv
|
|
|
|
export PATH $PATH
|
|
|
|
fdmove -c 2 1
|
|
|
|
# NOTE: SSHD forks itself and requires the full path
|
|
# - i don't think this is really a concern that should be forced onto users
|
|
/usr/sbin/sshd -D -e -f ${SSHDCFG}
|