https://github.com/qbit/ssh_known_hosts
A collection of known hosts to use in /etc/ssh/ssh_known_hosts
https://github.com/qbit/ssh_known_hosts
Last synced: 8 months ago
JSON representation
A collection of known hosts to use in /etc/ssh/ssh_known_hosts
- Host: GitHub
- URL: https://github.com/qbit/ssh_known_hosts
- Owner: qbit
- License: isc
- Created: 2018-09-26T13:28:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T15:48:16.000Z (about 3 years ago)
- Last Synced: 2025-01-16T13:29:19.298Z (over 1 year ago)
- Language: Nix
- Size: 54.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: ~ssh_known_hosts~
#+AUTHOR: Aaron Bieber
#+EMAIL: aaron@bolddaemon.com
A collection of ~known_hosts~ entries to be used in ~/etc/ssh/ssh_known_hosts~.
| Name | Description | Verified Via | Entries |
| git_services | Common GIT hosting sites. | Tor | 3 |
| openbsd_anoncvs | OpenBSD anoncvs servers (global). | [[https://www.openbsd.org/anoncvs.html][OpenBSD Site]] | 20 |
| shell_hosting | Unix shell providers. | Tor | 2 |
** Verifications
*** Consensus
To test consensus of the known hosts, run ~make generate~. This will re-fetch
the entries for the ~*.hosts~ files. If there are no changes to the .kh files
(according to git), you have achieved consensus.
*** Tor
The make target ~generate-via-tor~ will attempt to connect to the hosts using
~torsocks~. Running ~make generate-via-tor~ ideally will produce .kh files
with no difference to what is in the git repository currently.