Sophie

Sophie

distrib > Mandriva > 2010.1 > i586 > media > main-testing-src > by-pkgid > b83f44e7efb41fd9f92d74df388fe5f9 > files > 19

openssh-5.5p1-2.1mdv2010.1.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
}