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.
  • Password for authentication. Passwords are not displayed in the YADE log files.
  • Public/private key authentiction with an AuthenticationFile.

Diagram
Diagram YADE_configuration_v1_0_xsd_Element_Account.tmp#Account YADE_configuration_v1_0_xsd_Element_AuthenticationMethodPassword.tmp#AuthenticationMethodPassword YADE_configuration_v1_0_xsd_Element_AuthenticationMethodPublickey.tmp#AuthenticationMethodPublickey YADE_configuration_v1_0_xsd_Complex_Type_SSHAuthenticationType.tmp#SSHAuthenticationType
Type SSHAuthenticationType
Properties
content complex
Used by
Model
Instance
<SSHAuthentication>
  <Account>{1,1}</Account>
  <AuthenticationMethodPassword>{1,1}</AuthenticationMethodPassword>
  <AuthenticationMethodPublickey>{1,1}</AuthenticationMethodPublickey>
</SSHAuthentication>