# sshd2_config
# SSH 2.0 Server Configuration File

*:
	Port				22
	ListenAddress			0.0.0.0
	Ciphers				AnyStd
#	Ciphers				AnyCipher
#	Ciphers				AnyStdCipher
#	Ciphers				3des
	IdentityFile			identification
	AuthorizationFile		authorization
	HostKeyFile			hostkey
	PublicHostKeyFile		hostkey.pub
	RandomSeedFile			random_seed
	ForwardAgent			yes
	ForwardX11			yes
	PasswordAuthentication		yes
	PasswordGuesses			3
	PermitRootLogin			yes
	PubkeyAuthentication		yes
	ForcePTTYAllocation		no
	VerboseMode			no
	PrintMotd			yes
	UserConfigDirectory		"%D/.ssh2"
#	UserConfigDirectory		"/etc/ssh2/auth/%U"
	SyslogFacility			AUTH
#	SyslogFacility			LOCAL7
	Ssh1Compatibility		yes
#	Sshd1Path			<set by	configure>
#	AllowHosts			localhost, foobar.com, friendly.org
#	DenyHosts			evil.org, aol.com

# subsystem definitions

	subsystem-sftp                  sftp-server
