CreateOrUpdateKubeBase.GetSshKey(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.