SshSettingPublicKey Class
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.
Specifies a public key in the SSH settings.
public class SshSettingPublicKey
type SshSettingPublicKey = class
Public Class SshSettingPublicKey
- Inheritance
-
SshSettingPublicKey
Constructors
SshSettingPublicKey() |
Initializes a new instance of the SshSettingPublicKey class. |
SshSettingPublicKey(String, String) |
Initializes a new instance of the SshSettingPublicKey class with required arguments. |
Properties
Fingerprint |
Required. Specifies the SHA1 fingerprint of an X509 certificate associated with the hosted service that includes the SSH public key. |
Path |
Required. Specifies the full path of a file on the virtual machine which stores the SSH public key. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys. |