#!@shebangdir@/execlineb -P

# ISC license.
# https://www.openssh.com/

fdmove -c 2 1

foreground { /bin/ssh-keygen -A }

ifelse -n { /bin/sshd -t }
{
	exit 125
}

/bin/sshd
	-D
	-e
