Connection Setting Keyword Tokens
SSHConfigScheme
keyword
Keyword/Value syntax |
SSHConfigScheme <scheme name> |
Valid in connection types |
SECURE SHELL |
Can change value if connection is open? |
No |
Specifies the SSH config scheme settings to use for making a Secure Shell connection. When you specify a SSHConfigScheme, Reflection uses the settings for that scheme when you make a Secure Shell connection. When no SSH config scheme is specified, Reflection looks for an SSH config scheme that matches the current host name. If a scheme matching the host name is found, Reflection uses the settings for that host.
If no matching scheme is found, Reflection uses the default Secure Shell settings.
Session.ConnectionType = "SECURE SHELL"
Session..ConnectionSettings = "Host myhost"
Session..ConnectionSettings = "UserName myname"
Session..ConnectionSettings = "SSHConfigScheme myscheme"