diff options
author | Robey Pointer <robey@lag.net> | 2003-12-31 06:31:43 +0000 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2003-12-31 06:31:43 +0000 |
commit | 3a8887a42083dda796f50e1e9b32f625abcb5d5a (patch) | |
tree | b6e415c97ab629ed09309826ee7327ae49f42ab7 /README | |
parent | daa8a2ec0d6d3706ea3864fcab5ed56597f3612a (diff) |
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-19]
renamed auth_key -> auth_publickey; more docs.
renamed Transport.auth_key to auth_publickey for consistency. and lots more
documentation.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -135,7 +135,5 @@ are still running (and you'll have to kill -9 from another shell window). * ctr forms of ciphers are missing (blowfish-ctr, aes128-ctr, aes256-ctr) * can't handle password-protected private key files * multi-part auth not supported (ie, need username AND pk) -* should have a simple synchronous method that handles all auth & events, - by pre-seeding the password or key info, and the expected key * server mode needs better doc |