Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > bbb906651b76dfab04bb20e36159f0fe > files > 7

openssh-server-6.2p2-3.2.mga4.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
}