Skip to content

SSH credentials#

You can use these credentials to authenticate the following nodes:

Prerequisites#

Supported authentication methods#

  • Password
  • Private key

Secure Shell (SSH) protocol is a method for securely sending commands over a network. Refer to Connecting to GitHub with SSH for an example of SSH setup.

Using password#

To configure this credential, you'll need:

  • A Host: Enter the IP address of the server you are connecting to.
  • A Port: Enter the port to use for this connection. SSH uses port 22 by default.
  • A Username: Enter the username for the user account with ssh access on the server.
  • A Password: Enter the password for that user account.

Using private key#

To configure this credential, you'll need:

  • A Host: Enter the IP address of the server you are connecting to.
  • A Port: Enter the port to use for this connection. SSH uses port 22 by default.
  • A Username: Enter the username of the account that generated the private key.
  • An SSH Private Key: Enter the entire contents of your SSH private key.
  • Optional: If you created a Passphrase for the key, enter the passphrase. If you didn't create a passphrase for the key, leave blank.