![]() Sample Configuration FileIn this sample Secure Shell config file, there are two SSH config schemes - MyHost.Demo.com and GeneralSSH. The settings under MyHost.Demo.com identify a set of Secure Shell settings using an actual host name. These settings will be used for all connections that specify MyHost.Demo.com as the SSH config scheme, and also for connections to that host when no SSH config scheme is specified. Because GeneralSSH does not identify an actual host address, these settings will only be used if you specify this SSH config scheme when you configure your Reflection session. With this config file, if you configure a connection to a new host (not MyHost.Demo.com) and you don't specify the GeneralSSH scheme, Reflection will connect using the default Secure Shell settings. Host MyHost.Demo.Com Protocol 2 KbdInteractiveAuthentication no ChallengeResponseAuthentication no PasswordAuthentication no RSAAuthentication no IdentityFile "C:\Documents and Settings\Joe\My Documents\Attachmate\Reflection\.ssh\mykey" LogLevel VERBOSE #EndHost Host GeneralSSH StrictHostKeyChecking yes ServerAlive yes #EndHost | ||
|