| Modifier and Type | Method and Description |
|---|---|
SshConfiguration |
LinuxConfiguration.ssh()
Get specifies the ssh key configuration for a Linux OS.
|
SshConfiguration |
SshConfiguration.withPublicKeys(List<SshPublicKey> publicKeys)
Set the list of SSH public keys used to authenticate with linux based VMs.
|
| Modifier and Type | Method and Description |
|---|---|
LinuxConfiguration |
LinuxConfiguration.withSsh(SshConfiguration ssh)
Set specifies the ssh key configuration for a Linux OS.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/