Sophie

Sophie

distrib > Mandriva > cooker > i586 > media > main-release-src > by-pkgid > f1aa8ee824b0605e8b1eb36f47edea45 > files > 18

openssh-6.1p1-2.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
}