An open API service indexing awesome lists of open source software.

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

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.