Overload List
| Name | Description | |
|---|---|---|
| Login()()()() |
Authenticates the user to the server interactively and initializes the SCP session.
Uses AuthenticationRequest event to request credentials.
| |
| Login(String) |
Authenticates the user to the server interactively and initializes the SCP session.
Uses AuthenticationRequest event to request credentials.
| |
| Login(SshGssApiCredentials) |
Authenticates to the server using GSSAPI.
Kerberos is only supported on Mono.
NTLM is supported on Windows and partially on Mono.
| |
| Login(String, SshPrivateKey) |
Authenticates the user to the server using his private key and initializes the SCP session.
| |
| Login(String, String) |
Authenticates the user to the server and initializes the SCP session.
| |
| Login(String, String, SshPrivateKey) |
Authenticates the user to the server using a combination of password and public key and initializes the SCP session.
|