# sshd2_config
# SSH 2.0 Server Configuration File

*:
	Port				22
	ListenAddress			0.0.0.0
	Ciphers				AnyCipher
#	Ciphers				AnyStd
#	Ciphers				AnyStdCipher
#	Ciphers				3des
	MACs				AnyMAC
#	MACs				AnyStd
#	MACs				AnyStdMAC
	IdentityFile			identification
	AuthorizationFile		authorization
	HostKeyFile			hostkey
	PublicHostKeyFile		hostkey.pub
	RandomSeedFile			random_seed
	AllowX11Forwarding		yes
	AllowAgentForwarding		yes
	AllowTcpForwarding		yes
	PasswordGuesses			3
#	MaxConnections			50
# 0 == number of connections not limited 
#	MaxConnections			0 
#	PermitRootLogin			nopwd
	PermitRootLogin			yes
#	AllowedAuthentications		publickey,password,hostbased
	AllowedAuthentications		publickey,password
#	RequiredAuthentications		publickey,password
	ForcePTTYAllocation		no
	VerboseMode			no
	PrintMotd			yes
	AllowCshrcSourcingWithSubsystems	no
	CheckMail			yes
	UserConfigDirectory		"%D/.ssh2"
#	UserConfigDirectory		"/etc/ssh2/auth/%U"
	SyslogFacility			AUTH
#	SyslogFacility			LOCAL7
#	Ssh1Compatibility		<set by	configure by default>
#	Sshd1Path			<set by	configure by default>
#	AllowUsers			sj*,s[:isdigit:]##,s(jl|amza)
#	DenyUsers			skuuppa,warezdude,31373
#	DenyUsers			don@untrusted.org
#	AllowHosts			localhost, foobar.com, friendly.org
#	DenyHosts			evil.org, aol.com
#	AllowSHosts			trusted.host.org
#	DenySHosts			not.quite.trusted.org
#	IgnoreRhosts			no
#	IgnoreRootRHosts		no
# (the above, if not set, is defaulted to the value of IgnoreRHosts)
#	NoDelay				yes
#	KeepAlive			yes
	RequireReverseMapping		no
	UserKnownHosts			yes
	MaxBroadcastsPerSecond		0
#	MaxBroadcastsPerSecond		1  
#	ChRootUsers			ftp,guest
#	ChRootGroups			guest
#	AllowTcpForwardingForUsers	sjl, cowboyneal@slashdot.org
#	DenyTcpForwardingForUsers	2[:isdigit]*4, peelo
#	AllowTcpForwardingForGroups	priviliged_tcp_forwarders
#	DenyTcpForwardingForGroups	coming_from_outside

# subsystem definitions

	subsystem-sftp                  sftp-server
