# sshd2_config
# SSH 2.0 Server Configuration File

*:
	Port				22
	ListenAddress			192.168.1.1
	Ciphers				blowfish
	IdentityFile			identification
	AuthorizationFile		authorization
	HostKeyFile			hostkey
	PublicHostKeyFile		hostkey.pub
	RandomSeedFile			random_seed
	ForwardAgent			no
	ForwardX11			no
	PasswordGuesses			3
	MaxConnections			5 
	PermitRootLogin			no
	AllowedAuthentications		publickey,password
	RequiredAuthentications		publickey,password
	VerboseMode			no
	PrintMotd			yes
	CheckMail			yes
	UserConfigDirectory		"%D/.ssh2"
	SyslogFacility			DAEMON
	Ssh1Compatibility		no
	NoDelay				yes
        KeepAlive                       yes
	UserKnownHosts			yes
	AllowHosts			192.168.1.4
	DenyHosts			*
	QuietMode			no

# subsystem definitions

	subsystem-sftp                  sftp-server
