]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
more devnotes
authorelijah <elijah@riseup.net>
Sun, 21 Oct 2012 23:18:18 +0000 (16:18 -0700)
committerelijah <elijah@riseup.net>
Sun, 21 Oct 2012 23:18:18 +0000 (16:18 -0700)
DEVNOTES

index 713d8c25933c81fdf164d83b36d1f607cb29f363..5ba2854f52cc6d71a616adccc241b770a6102c57 100644 (file)
--- a/DEVNOTES
+++ b/DEVNOTES
@@ -45,6 +45,7 @@ notes to myself
 
 user interaction
   gli -- http://davetron5000.github.com/gli/rdoc/classes/GLI/DSL.html
+  sub -- https://github.com/37signals/sub
   readline
   highline  https://github.com/JEG2/highline/tree/master/examples
   terminal-tables
@@ -108,6 +109,29 @@ http://blog.habets.pp.se/2011/07/OpenSSH-certificates
 http://en.community.dell.com/techcenter/b/techcenter/archive/2011/09/08/setting-up-certificate-authority-keys-with-openssh-version-5-4.aspx
 http://serverfault.com/questions/264515/how-to-revoke-an-ssh-certificate-not-ssh-identity-file
 
+agent forwarding
+---------------------------------
+
+http://lyte.id.au/2012/03/19/ssh-agent-forwarding-is-a-bug/
+
+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
 ---------------
 
@@ -164,4 +188,9 @@ ssh solution:
 ..
 
 
+MISC
+====================
+
+http://skim.la/2012/01/16/rsa-public-key-interoperability-between-ruby-and-android/
+