www.usr.com/support/gpl/USR9107_release.1.4.tar.gz
[bcm963xx.git] / userapps / opensource / sshd / TODO
1 Current:
2
3 Things which might need doing:
4
5 - default private dbclient keys
6
7 - Make options.h generated from configure perhaps?
8
9 - Improved queueing of unauthed connections
10
11 - handle /etc/environment in AIX
12
13 - check that there aren't timing issues with valid/invalid user authentication
14   feedback.
15
16 - Binding to different interfaces
17
18 - check PRNG
19 - CTR mode
20 - SSH_MSG_IGNORE sending to improve CBC security
21 - DH Group Exchange possibly, or just add group14 (whatever it's called today)
22
23 - fix scp.c for IRIX
24
25 - Be able to use OpenSSH keys for the client? or at least have some form of 
26   encrypted keys.
27
28 - Client agent forwarding
29
30 - Handle restrictions in ~/.ssh/authorized_keys ?