diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-17 14:52:31 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-17 14:52:31 -0400 |
commit | 9c94e937fbe8beb56956365cac07d6eff45215cd (patch) | |
tree | 11d9060e75580752bd79adb353e0d706c513a830 /doc | |
parent | 92c70306aa5f96c8dfa69f2c90dca58908e719f7 (diff) | |
parent | ac63e6d6a916e4b51a183e60d7aeae3c2568f3af (diff) |
Merge commit 'jrollins/master'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,6 +1,18 @@ Next-Steps Monkeysphere Projects: --------------------------------- +Handle unknown hosts in such a way that they're not always removed + from known_hosts file. Ask user to lsign the host key? + +Handle multiple multiple hostnames (multiple user IDs?) when + generating host keys with gen-key. + +Make sure alternate ports are handled for known_hosts. + +Add environment variables sections to man pages. + +Script to import private key into ssh agent. + Provide a friendly interactive UI for marginal or failing client-side hostkey verifications. Handle the common cases smoothly, and provide good debugging info for the unusual cases. |