Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 2c4661f956efd85118389ec00932cdf6 > files > 35

openssh-8.0p1-1.1.mga7.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
}