Skip to content
brianddk edited this page Mar 11, 2016 · 3 revisions

Things to edit

  1. How to test dnssec with dig.
    • Show how the plugin server works.
    • Show how github server does not.
    • Pull best command from history.
  2. Write wiki post on how this should be on an SSL site.
    • Use GitHub as ex.
  3. Suggest that dnssec could be used in lieu of SSL.
    • Use GitHub as ex.
    • Show how to harvest host key with ssh-keyscan.
    • Use awk and openssl to convert to hash.
    • Compare to sshfp and SSL page values.
  4. Show how to config multi-host ssh config.
    • Use personal config as example.
  5. Write bash script to alias git into super-git.
    • super-git will check ssh-add -l for keys.
    • It will add the keys if they aren't there.
    • Then it will go ahead and do the normal git.

Clone this wiki locally