Client Configuration File

## File name: SSH2_CONFIG.# Product: HP TCP/IP Services for OpenVMS# Version: V5.4-00## © Copyright 1976, 2003 Hewlett-Packard Development Company, L.P. ### ssh2 client configuration information## Note: "*" is used for all hosts, but you can use other hosts as well. # *:# # HP Tru64 UNIX specific# Secure the r* utilities (no, yes)## EnforceSecureRutils no ## General AuthenticationSuccessMsg yes# BatchMode yes# Compression yes# DontReadStdin no# EscapeChar ~# ForcePTTYAllocation yes# GoBackground yes# PasswordPrompt "%U@%H's password: " PasswordPrompt "%U's password: "# QuietMode yes VerboseMode no ## Network Port 22 NoDelay no KeepAlive yes# SocksServer socks://mylogin@socks.ssh.com:1080/203.123.0.0/16,198.74.23.0/24 ## Crypto Ciphers AnyStdCipher MACs AnyMAC# RekeyIntervalSeconds 3600 StrictHostKeyChecking no ## User public key authentication AuthorizationFile authorization IdentityFile identification RandomSeedFile random_seed ## Tunneling # ForwardAgent yes# ForwardX11 yes# GatewayPorts yes # Tunnels that are set up upon logging in # LocalForward "110:pop3.ssh.com:110"# RemoteForward "3000:foobar:22" ## SSH1 Compatibility Ssh1AgentCompatibility none# Ssh1AgentCompatibility traditional# Ssh1AgentCompatibility ssh2 Ssh1Compatibility yes# Ssh1Path /usr/local/bin/ssh1 ## Authentication ## Hostbased is not enabled by default. # AllowedAuthentications hostbased, publickey, password ## Authentication, OpenVMS-specific# NumberOfHostkeyCopyPrompts 3# NumberOfPasswordVerificationPrompts 3# PubkeyPassphraseGuesses 3 # For ssh-signer2 (only effective if set in the global configuration # file, usually TCPIP$SSH_DEVICE:[TCPIP$SSH.SSH2]SSH2_CONFIG, i.e., this file. # DefaultDomain foobar.com SshSignerPath /sys$system/tcpip$ssh_ssh-signer2 ## Examples of per host configurations #alpha*:# Host alpha.oof.fi# User user# PasswordPrompt "%U:s password at %H: "# Ciphers idea #foobar:# Host foo.bar# User foo_user