Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > f7d598574b57f3d23190e0ef1bfde5b2 > files > 46

openssh-7.5p1-2.2.mga6.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
}