- #!/bin/execlineb -P
- foreground {
- redirfd -w 1 /dev/null
- ssh-keygen -A
- }
- foreground { touch /var/log/lastlog }
- foreground { chgrp utmp /var/log/lastlog }
- foreground { chmod 664 /var/log/lastlog }
- unexport OPTS
- envfile -I /etc/s6/config/openssh.conf
- importas -sCuD "" -S OPTS
- fdmove -c 2 1
- /usr/bin/sshd -D -e ${OPTS}
|