Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 935024f91ce4d3bd21e517ff7e604f4a > files > 17

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