Aller au contenu

SSH Credentials

Ce contenu n’est pas encore disponible dans votre langue.

Creates a credential object containing SSH private key data.

PortDescription
Username
The username to use for SSH authentication, e.g. git or ubuntu.
Private Key Path
The file path to the key. It supports RSA (PKCS#1), PKCS#8, DSA (OpenSSL), and ECDSA private keys
PortDescription
invalid port type: credentials
A credential object containing the private key data.

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