Establish 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
共 1 个版本