dbclient
Lightweight Dropbear Secure Shell client. More information: <https://manned.org/dbclient.1>.
Install
- All systems
-
curl cmd.cat/dbclient.sh
- Debian
-
apt-get install dropbear
- Ubuntu
-
apt-get install dropbear
- Alpine
-
apk add dropbear
- Arch Linux
-
pacman -S dropbear
- Kali Linux
-
apt-get install dropbear-bin
- Fedora
-
dnf install dropbear
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dropbear
- OS X
-
brew install dropbear
- Raspbian
-
apt-get install dropbear
- Dockerfile
- dockerfile.run/dbclient
- Docker
-
docker run cmd.cat/dbclient dbclient
powered by Commando
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 [p]ort 2222:
dbclient user@host -p 2222
-
Connect to a remote host using a specific [i]dentity key in dropbear format:
dbclient -i path/to/key_file user@host
-
Run a command on the remote host with a [t]ty allocation allowing interaction with the remote command:
dbclient user@host -t command argument1 argument2 ...
-
Connect and forward [A]gent connections to remote host:
dbclient -A user@host
© tl;dr; authors and contributors