SSH Credentials
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
Creates a credential object containing SSH private key data.
Inputs
Section titled “Inputs”| Port | Description |
|---|---|
The username to use for SSH authentication, e.g. git or ubuntu. | |
| The file path to the key. It supports RSA (PKCS#1), PKCS#8, DSA (OpenSSL), and ECDSA private keys |
Outputs
Section titled “Outputs”| Port | Description |
|---|---|
invalid port type: credentials | A credential object containing the private key data. |
Addendum
Section titled “Addendum”This is a data node that securely holds SSH private key information. It outputs a credential object that can be consumed by other nodes (like git-auth-ssh) to construct a final authentication method.
Provide the private key by entering either the raw key content or a file path into the Private Key or Path input.
ID: core/credentials-ssh@v1