ssh_save_credential
Save and store SSH credentials for easy reuse, including host, port, username, password, and private key details, streamlining remote server connections and operations.
Instructions
Save SSH credentials for reuse
Input Schema
Name | Required | Description | Default |
---|---|---|---|
credentialId | Yes | Unique identifier for this credential | |
host | Yes | SSH server hostname or IP address | |
passphrase | No | Passphrase for private key | |
password | No | SSH password (if not using key) | |
port | No | SSH port number | |
privateKeyPath | No | Path to private key file | |
username | Yes | SSH username |