Package com.atlassian.bamboo.utils
Interface SshKeysProvider
- All Known Implementing Classes:
Ed25518KeysProvider
,RsaOpenSshKeysProvider
public interface SshKeysProvider
Provides a ssh key pair compatible with OpenSsh.
-
Nested Class Summary
-
Method Summary
-
Method Details
-
getKeyPair
- Parameters:
userComment
- - comment added to the public key- Returns:
- a key pair
- Throws:
KeyGenerationException
- if key generation fails
-