This command is marked as unstable and may change in future releases.
Command: phala ssh
Syntax
Description
Connect to a CVM via SSHArguments
Options
Global Options
Pass-through Arguments
All arguments after — are passed directly to ssh. Common options: -i (identity file), -L (local forward), -R (remote forward), -D (SOCKS proxy), -N (no command), -v (ssh verbose). Any trailing arguments are executed as remote command. Note: -o ProxyCommand is blocked.Examples
- Connect from phala.toml
- Connect to CVM
- Offline mode
- Connect with custom SSH key
- Forward local port 8080 to remote port 80
- SOCKS proxy without remote command
- Execute remote command
- Connect with verbose output for debugging
- Print the SSH command without executing

