Loads public keys in ~/.ssh/authorized_keys file format.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function LoadPublicKeys ( _ path As String _ ) As SshPublicKey() |
| C# |
|---|
public static SshPublicKey[] LoadPublicKeys( string path ) |
Parameters
- path
- Type: System..::..String
path to file with ~/.ssh/authorized_keys file format.