# ssh2_config
# SSH 2.0 Client Configuration File

*:
	Port				22
	Ciphers				blowfish
	Compression			yes
	IdentityFile			identification
	AuthorizationFile		authorization
	RandomSeedFile			random_seed
	VerboseMode			no
	ForwardAgent                    no
	ForwardX11                      no
	PasswordPrompt			"%U's password: "
	Ssh1Compatibility               no
	Ssh1AgentCompatibility		none
	NoDelay				yes
	KeepAlive			yes
	QuietMode                       no
