| Modifier and Type | Method and Description |
|---|---|
SshPublicKey |
SshPublicKey.withKeyData(String keyData)
Set sSH public key certificate used to authenticate with the VM through ssh.
|
SshPublicKey |
SshPublicKey.withPath(String path)
Set specifies the full path on the created VM where ssh public key is stored.
|
| Modifier and Type | Method and Description |
|---|---|
List<SshPublicKey> |
SshConfiguration.publicKeys()
Get the list of SSH public keys used to authenticate with linux based VMs.
|
| Modifier and Type | Method and Description |
|---|---|
SshConfiguration |
SshConfiguration.withPublicKeys(List<SshPublicKey> publicKeys)
Set the list of SSH public keys used to authenticate with linux based VMs.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/