| Modifier and Type | Method and Description |
|---|---|
SshPublicKey |
SshPublicKey.withKeyData(String keyData)
Set the keyData value.
|
SshPublicKey |
SshPublicKey.withPath(String path)
Set the path value.
|
| Modifier and Type | Method and Description |
|---|---|
List<SshPublicKey> |
SshConfiguration.publicKeys()
Get the publicKeys value.
|
| Modifier and Type | Method and Description |
|---|---|
SshConfiguration |
SshConfiguration.withPublicKeys(List<SshPublicKey> publicKeys)
Set the publicKeys value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/