-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathToDo
More file actions
25 lines (17 loc) · 731 Bytes
/
ToDo
File metadata and controls
25 lines (17 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$Id: ToDo,v 1.22 2003/12/03 15:35:21 autarch Exp $
Add more tests to the test suite; add SSH2 tests.
Fixes to SSH2 implementation:
* get rid of dummy shell channel (if possible)
* more documentation
* anything currently marked XXX in the code
Compatibility with NetScreen?
Switch over to using Crypt::RSA for SSH1 RSA implementation?
SSH2 RSA keys now use Crypt::RSA; at this point it might just
be too much extra baggage to try to force people to use
Crypt::RSA, because it has so many prereqs.
Switch completely to Math::Pari? Worthwhile? Again, don't
want existing SSH1 users to have to switch.
Use non-blocking connect, like IO::Socket, to implement a
connect Timeout.
A proper scp client.
Port forwarding.