-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.Agent.Authenticate
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
Function Authenticate(Username As String, KeyIndex As Integer) As Boolean
Name | Type | Comment |
---|---|---|
Username |
String | The user to log in as. |
KeyIndex |
Integer | The index of the public key to authenticate with. |
Authenticates the session as Username
through a local SSH agent.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.