Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > c1734327fae9b1c8658a016b9f5c4319 > files > 8

openssh-server-5.5p1-2mdv2010.1.x86_64.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
}