/n software Workflow Activities V4 - Online Help
Available for:
/n software Workflow Activities V4
Questions / Feedback?

SSHAuthMode Property

The type of authentication used by the activity.

Data Type

Enumeration

Possible Values

None (0)
Multi Factor (1)
Password (2)
Public Key (3)
Keyboard Interactive (4)
GSSAPIWith Mic (5)

Default Value

2

Remarks

SSHAuthMode controls how the activity attempts to authenticate when connecting to the SSHHost. The following authentication methods are available:

NoneThe activity will attempt anonymous authentication.
Multi-FactorThe activity will attempt as many authentication steps as the server requires using whatever credentials it has available.
PasswordThe activity will send the SSHPassword to the server.
Public KeyThe activity will send the SSHCert to the server;
Keyboard-InteractiveThe activity will perform SSH keyboard-interactive authentication, responding automatically to the server's authentication prompts. It will supply the value of SSHPassword as the response to the "password" prompt. Note: this method is not truly keyboard-interactive, and the activity may not recognize all prompts supplied by the server. It should be used only when the SSHHost cannot be configured to authenticate the SSHUser via more easily automated methods such as Password or Public Key.
GSSAPIWithMicThis allows the activity to attempt Kerberos authentication using the GSSAPI-WITH-MIC scheme. The client will try Kerberos authentication using the value of SSHUser (single sign-on), or if SSHPassword is specified as well, it will try Kerberos authentication with alternate credentials.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.5.6240.0