Create a temporary SSH connection without saving to database
termix_hosts_create_temporary_ssh_connection_without_savingCreate a temporary SSH connection for immediate use without storing host details. Returns a ready-to-use temporary host configuration, keeping saved hosts clean.
Instructions
Create a temporary SSH connection without saving to database. Returns a temporary host configuration for immediate use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | SSH server IP or hostname | |
| key | No | SSH private key (required if authType is key) | |
| port | Yes | SSH server port | |
| keyType | No | SSH key type | |
| authType | Yes | Authentication method | |
| password | No | Password (required if authType is password) | |
| username | Yes | SSH username | |
| keyPassword | No | SSH key password (optional) | |
| credentialId | No | Credential ID (required if authType is credential) | |
| overrideCredentialUsername | No | Use provided username instead of credential username |