dbclient
Lightweight Dropbear Secure Shell client.
More information: https://manned.org/dbclient.1.
- Connect to a remote host:
dbclient user@host
- Connect to a remote host on port 2222:
dbclient user@host -p 2222
- Connect to a remote host using a specific identity key in dropbear format:
dbclient -i path/to/key_file user@host
- Run a command on the remote host with a tty allocation allowing interaction with the remote command:
dbclient user@host -t command argument1 argument2 ...
- Connect and forward Agent connections to remote host:
dbclient -A user@host