Install
openclaw skills install ssh-toolClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Securely connect to remote systems via the SSH protocol. Use for remote server management, file transfer, and tunneling.
openclaw skills install ssh-toolEstablish encrypted connections to remote systems for command execution, file transfer, and port forwarding.
ssh-tool [options] user@hostname [command]
# Basic connection
ssh-tool user@example.com
# Execute remote command
ssh-tool user@example.com "ls -la"
# Port forwarding
ssh-tool -L 8080:localhost:80 user@example.com