SSH

Create a temporary SSH connection without saving to database

Returns a temporary host configuration for immediate use

post/host/quick-connect

Request body

ipstring required

SSH server IP or hostname

portnumber required

SSH server port

usernamestring required

SSH username

authType'password' | 'key' | 'credential' required

Authentication method

passwordstring

Password (required if authType is password)

keystring

SSH private key (required if authType is key)

keyPasswordstring

SSH key password (optional)

keyTypestring

SSH key type

credentialIdnumber

Credential ID (required if authType is credential)

overrideCredentialUsernameboolean

Use provided username instead of credential username

Response

Temporary host configuration created successfully

Changes