Package | Description |
---|---|
com.openshift.client |
Modifier and Type | Method and Description |
---|---|
static SSHKeyPair |
SSHKeyPair.create(SSHKeyType type,
String passPhrase,
String privateKeyPath,
String publicKeyPath)
Creates private and public ssh-rsa keys and stores them to the given
paths.
|
static SSHKeyPair |
SSHKeyPair.create(String passPhrase,
String privateKeyPath,
String publicKeyPath) |
static SSHKeyPair |
SSHKeyPair.load(String privateKeyPath,
String publicKeyPath)
Loads existing private and public ssh key from the given paths.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.