Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > 0ae8e8b578dd0ff78ac53b912f6e4dc2 > files > 5

openssh-server-3.6.1p2-1.2.91mdk.i586.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
}