Aracılığıyla paylaş


CreateOrUpdateKubeBase.GetSshKey(String) Method

Definition

Fetch SSH public key string

protected string GetSshKey (string sshKeyOrFile);
member this.GetSshKey : string -> string
Protected Function GetSshKey (sshKeyOrFile As String) As String

Parameters

sshKeyOrFile
String

a string representing either the file location, the ssh key pub data or null.

Returns

SSH public key data

Exceptions

The SSH key or file argument was null and there was no default pub key in path.

Applies to