]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
minor change to notes
authorelijah <elijah@riseup.net>
Tue, 23 Oct 2012 10:52:22 +0000 (03:52 -0700)
committerelijah <elijah@riseup.net>
Tue, 23 Oct 2012 10:52:22 +0000 (03:52 -0700)
DEVNOTES

index 5ba2854f52cc6d71a616adccc241b770a6102c57..6890a66cd629f86f58571b8e164f1332741de74b 100644 (file)
--- a/DEVNOTES
+++ b/DEVNOTES
@@ -84,19 +84,7 @@ invoke puppet
 ssh
 ================================
 
-fingerprints
---------------------
-
-ssh-keygen -lf <keyfile> tells you the fingerprint of an encryption key
-
-  ls -1 /etc/ssh/*key*
-  /etc/ssh/ssh_host_dsa_key
-  /etc/ssh/ssh_host_dsa_key.pub
-  /etc/ssh/ssh_host_rsa_key
-  /etc/ssh/ssh_host_rsa_key.pub
-
-fetch the public host ida of a bunch of nodes:
-  ssh-keyscan -t rsa <host list>
+http://mostlyobvio.us/2012/06/optimize-your-ssh-experience/
 
 ssh certificate authority
 ----------------------------------
@@ -119,17 +107,11 @@ instead:
   home$ ssh -o 'ProxyCommand ssh you@hop1 nc %h %p' ssh you@hop2
   hop2$
 
-
-
 known_hosts
 ----------------
 
 man sshd, search for known_hosts
-
-StrictHostKeyChecking="yes"
-
 @revoked -- should we put revoked keys in known_hosts, and when/how...
-
 @cert-authority -- should we use it?
 
 ruby