Showing:

Annotations
Diagrams
Instances
Model
Properties
Used by
Element SSHAuthentication
Annotations

https://kb.sos-berlin.com/display/PKB/YADE+Parameter+Reference+-+SSHAuthentication

References Notes

The SSHAuthentication element specifies the credentials for authentication with a server, e.g. an FTP Server or a Proxy. Child elements include:

  • Account for authentication. For Windows Systems an account could include the domain.
  • PreferredAuthentications. Specifies the order in which the client should try protocol 2 authentication methods.
  • RequiredAuthentications. Specifies the authentication methods that must be successfully completed for a user to be granted access.
  • AuthenticationMethodPassword for authentication.
    • Password Passwords are not displayed in the YADE log files.
  • AuthenticationMethodPublicKey for authentication. Public/private key authentiction with an
  • AuthenticationMethodKeyboardInteractive for authentication.

Diagram
Diagram YADE_configuration_v1_12_xsd_Element_Account.tmp#Account YADE_configuration_v1_12_xsd_Element_PreferredAuthentications.tmp#PreferredAuthentications YADE_configuration_v1_12_xsd_Element_RequiredAuthentications.tmp#RequiredAuthentications YADE_configuration_v1_12_xsd_Element_AuthenticationMethodPassword.tmp#AuthenticationMethodPassword YADE_configuration_v1_12_xsd_Element_AuthenticationMethodPublickey.tmp#AuthenticationMethodPublickey YADE_configuration_v1_12_xsd_Element_AuthenticationMethodPublickey.tmp#AuthenticationMethodPublickey YADE_configuration_v1_12_xsd_Element_AuthenticationMethodKeyboardInteractive.tmp#AuthenticationMethodKeyboardInteractive YADE_configuration_v1_12_xsd_Complex_Type_SSHAuthenticationType.tmp#SSHAuthenticationType
Type SSHAuthenticationType
Properties
content complex
Used by
Model
Instance
<SSHAuthentication>
  <Account>{1,1}</Account>
  <PreferredAuthentications>{0,1}</PreferredAuthentications>
  <RequiredAuthentications>{0,1}</RequiredAuthentications>
  <AuthenticationMethodPassword>{1,1}</AuthenticationMethodPassword>
  <AuthenticationMethodPublickey>{0,1}</AuthenticationMethodPublickey>
  <AuthenticationMethodPublickey>{1,1}</AuthenticationMethodPublickey>
  <AuthenticationMethodKeyboardInteractive>{0,1}</AuthenticationMethodKeyboardInteractive>
</SSHAuthentication>