diff options
author | elijah <elijah@riseup.net> | 2012-10-21 16:18:18 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-10-21 16:18:18 -0700 |
commit | 7dbd85cb0453e59ad7961003cbc98057171dc38d (patch) | |
tree | a3c3eefdf2eebf0f37a6049554c2c702ea9eda32 /DEVNOTES | |
parent | aedeea6cd231197985dc4c81ca00f94a25c0e3ab (diff) | |
download | leap_cli-7dbd85cb0453e59ad7961003cbc98057171dc38d.tar.gz leap_cli-7dbd85cb0453e59ad7961003cbc98057171dc38d.tar.bz2 |
more devnotes
Diffstat (limited to 'DEVNOTES')
-rw-r--r-- | DEVNOTES | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -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/ + |