dropbearkey
Generate SSH keys in Dropbear format. More information: <https://manned.org/dropbearkey.1>.
Install
- All systems
-
curl cmd.cat/dropbearkey.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 updatesudo apt-get install dropbear - OS X
-
brew install dropbear - Raspbian
-
apt-get install dropbear - Docker
-
docker run cmd.cat/dropbearkey dropbearkeypowered by Commando
Generate SSH keys in Dropbear format. More information: <https://manned.org/dropbearkey.1>.
-
Generate an SSH key of [t]ype ed25519 and write it to key [f]ile:
dropbearkey -t ed25519 -f path/to/key_file -
Generate an SSH key of [t]ype ecdsa and write it to key [f]ile:
dropbearkey -t ecdsa -f path/to/key_file -
Generate an SSH key of [t]ype RSA with 4096-bit key [s]ize and write it to key [f]ile:
dropbearkey -t rsa -s 4096 -f path/to/key_file -
Print the private key fingerprint and public key in key [f]ile:
dropbearkey -y -f path/to/key_file
© tl;dr; authors and contributors