# default: on
# description: The ssh-backup service allows you to connect to your system
#	using ssh on port 2022 even when the ssh daemon isn't running.
service ssh-backup
{
	disable = no
	socket_type     = stream
	protocol        = tcp
	port            = 2022
	type            = UNLISTED
	wait            = no
	user            = root
	server          = /usr/sbin/sshd
	server_args     = -i -b 1024
	log_on_failure  += USERID
#	only_from       = 127.0.0.1 10.15.0.0/24
}
