Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > d70bbbfcb372c1d05051aa6b2a8bd9fd > files > 23

openssh-5.1p1-2mdv2009.0.src.rpm

# default: off
# description: sshd server, xinetd version. \
# Don't run the standalone version if you run \
# this.
service ssh
{
	disable	= yes
	socket_type		= stream
	wait			= no
	user			= root
	server			= /usr/sbin/sshd
	server_args		= -i
	log_on_success		+= DURATION USERID
	log_on_failure		+= USERID
	nice			= 10
}