# ssh2_config
# SSH 2.0 Client Configuration File

*:
	Port				22
	Ciphers				AnyStdCipher 
	IdentityFile			identification
	AuthorizationFile		authorization
	RandomSeedFile			random_seed
	VerboseMode			no
#	PasswordPrompt			"%U@%H's password: "
	PasswordPrompt			"%U's password: "
#	LocalForward			"110:pop3.ssh.com:110"
#	RemoteForward			"3000:foobar:22"
        Ssh1Compatibility               yes
	Ssh1AgentCompatibility		none
#	Ssh1AgentCompatibility		traditional
#	Ssh1AgentCompatibility		ssh2
#	SshSignerPath			ssh-signer2
	NoDelay				no
	KeepAlive			yes
	StrictHostKeyChecking           ask	
#	GatewayPorts			yes
#	AllowedAuthentications		hostbased,publickey,password
	AllowedAuthentications		publickey,password
#	SocksServer			socks://mylogin@socks.ssh.com:1080/203.123.0.0/16,198.74.23.0/24
	AuthenticationSuccessMsg	yes
#alpha*:
#	Host				alpha.oof.fi
#	User				user
#	PasswordPrompt			"%U:s password at %H: "
#	Ciphers				idea
#
#foobar:
#	Host				foo.bar
#	User				foo_user

# For ssh-signer2 (only effective if set in the global configuration
# file, usually /etc/ssh2/ssh2_config)
#	DefaultDomain			foobar.com
