update-openssh-known-hosts
download, filter and merge known_hosts for OpenSSH
Install
- All systems
-
curl cmd.cat/update-openssh-known-hosts.sh
- Debian
-
apt-get install openssh-known-hosts
- Ubuntu
-
apt-get install openssh-known-hosts
- Kali Linux
-
apt-get install openssh-known-hosts
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install openssh-known-hosts
- Raspbian
-
apt-get install openssh-known-hosts
- Dockerfile
- dockerfile.run/update-openssh-known-hosts
openssh-known-hosts
download, filter and merge known_hosts for OpenSSH
This package allows you to download public hostkeys from multiple sources, filter the hostnames coming with them and merge them together into one file for use by OpenSSH. Plugins included: * curl (optional GnuPG verification) * rsync (optional GnuPG verification) * psql * symlink New plugins can easily be written.