Category: Cloud, FileSys, Application Status: good
Connects to a remote server over SSH. Provides a remote file browser, terminal access, and file transfer capabilities.
| Field | Default | Description |
|---|---|---|
| host | localhost | Remote server hostname or IP |
| port | 22 | SSH port |
| user | (empty) | SSH username |
| password | (empty) | SSH password (leave empty when using RSA key) |
| path | (empty) | Initial remote path to browse |
| rsa_key_name | (empty) | Name of the RSA private key file (from appdata) |
Either password-based or RSA key-based authentication. To use a key, upload the private key file and set rsa_key_name.
SSH can also act as a proxy tunnel for other connectors (use_ssh_tunnel, proxy_connector_id).