Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

SshPrivateKey.LoadPublicKeys Method

Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)

LoadPublicKeys(String)

Loads public keys in ~/.ssh/authorized_keys file format. Inherited from SshPublicKey.

Declaration
public static SshPublicKey[] LoadPublicKeys(string path)
Parameters
Type Name Description
String path

Path to a file with ~/.ssh/authorized_keys file format.

Returns
Type Description
SshPublicKey[]

List of SshPublicKey objects.

LoadPublicKeys(Stream)

Loads public keys in ~/.ssh/authorized_keys file format. Inherited from SshPublicKey.

Declaration
public static SshPublicKey[] LoadPublicKeys(Stream input)
Parameters
Type Name Description
Stream input

A stream with ~/.ssh/authorized_keys file format.

Returns
Type Description
SshPublicKey[]

List of SshPublicKey objects.

In This Article
  • LoadPublicKeys(String)
  • LoadPublicKeys(Stream)
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies