summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2003-12-31 06:31:43 +0000
committerRobey Pointer <robey@lag.net>2003-12-31 06:31:43 +0000
commit3a8887a42083dda796f50e1e9b32f625abcb5d5a (patch)
treeb6e415c97ab629ed09309826ee7327ae49f42ab7 /README
parentdaa8a2ec0d6d3706ea3864fcab5ed56597f3612a (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--README2
1 files changed, 0 insertions, 2 deletions
diff --git a/README b/README
index a67b889e..9b48e6a7 100644
--- a/README
+++ b/README
@@ -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