Authentication Schemes VI
Owning Palette: Session
Requires: LIBSSH2
Gets a list of authentication methods supported by the remote SSH server for a user.
![]() | Supported Schemes is a list of all authentication schemes supported by the remote SSH server for the given username. Authentication schemes are listed in order of preference by the remote SSH server. |
![]() | Username is the remote SSH server username that will be used for authenication. |
![]() | Session In represents a libssh2lv shared library Session struct. |
![]() | Error Out contains error information. This provides standard error out functionality. Right-click the Error Out indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
![]() | Session Out is the same object from Session In. |
![]() | Error In describes error conditions that occur before this node runs. This input provides standard error in functionality. Right-click the Error In indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |