Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates-src > by-pkgid > 8644b522f5e643afb7290dfa1bc123e4 > files > 27

openssh-6.6p1-5.10.mga5.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
}