InfoConnect for Airlines VBA Guide
CacheSecureShellUserName Property
Gets or sets whether InfoConnect caches the user name entered for a Secure Shell session.
Syntax
Object.CacheSecureShellUserName As Boolean
Remarks

When this property is true (the default), the user name is saved in memory until InfoConnect Desktop is closed. Users are not prompted for a user name when they reconnect unless they reopen the workspace.

When this property is false, the user name is cleared from memory immediately after a successful connection is established and users are prompted for a user name when they reconnect.

This property is relevant only when ConnectionType = "SECURE SHELL".

See Also