Full name:
org.kuali.maven.plugins:ssh-maven-plugin:1.0.0-SNAPSHOT:keypair
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
algorithm | Algorithm | - | The algorithm to use, RSA or DSA Default value is: RSA. User property is: ssh.algorithm. |
keyName | String | - | The key name Default value is: ${user.name}. User property is: ssh.keyName. |
privateKey | File | - | The file where the private key is generated Default value is: ./target/ssh/id_rsa. User property is: ssh.privateKey. |
publicKey | File | - | The file where the public key is generated Default value is: ./target/ssh/id_rsa.pub. User property is: ssh.publicKey. |
size | int | - | The key size Default value is: 2048. User property is: ssh.keySize. |
size: