Viewing and Copying Commands¶
Copy generated SSH or AWS Session Manager commands for use in terminals or scripts.
Access the Command Section¶
- Select a tunnel in the main list
- Scroll to the Command section (collapsed by default)
- Click the disclosure triangle to expand
Command Types¶
SSH Tunnels¶
| Parameter | Example | Purpose |
|---|---|---|
-p | -p 2222 | Port (if non-standard) |
-l | -l ubuntu | Username |
-i | -i ~/.ssh/prod_key | Identity file path |
| Host | prod.example.com | Target server |
AWS Session Manager¶
| Parameter | Purpose |
|---|---|
--target | EC2 instance ID |
--document-name | Session document |
--profile | AWS profile (optional) |
--region | AWS region (optional) |
Copy to Clipboard¶
Click Copy or press Cmd+Shift+C with the detail view active.
The command is copied with proper shell escaping.
Warnings¶
Warnings appear above the command when configuration issues exist:
| Warning | Action |
|---|---|
| No SSH key configured | Add key in tunnel settings |
| Identity file not found | Verify path or generate key |
| Host verification disabled | Enable in settings if possible |
| AWS credentials missing | Configure AWS credentials |
| Invalid AWS instance ID | Verify ID in AWS console |
Informational Only
Warnings do not prevent command generation -- they flag potential issues.
Common Uses¶
Paste in Terminal¶
- Copy command (Cmd+Shift+C)
- Open Terminal
- Paste (Cmd+V) and run
Add to SSH Config¶
Use the command parameters to create an SSH config entry:
Then connect with ssh prod-db.