| #!/bin/ash/usr/sbin/syslog-ng# allow us to make changes to /etc/hosts; we need this for the port forwarding testschmod 777 /etc/hosts# start PAM-enabled ssh daemon as we also want keyboard-interactive authentication to work/usr/sbin/sshd.pamtail -f < /var/log/auth.log
 |