Mercurial > dropbear
view libtommath/TODO @ 296:6b41e2cbf071 dbclient-netcat-alike
A hack to make dbclient to tcp forwarding netcat style.
eg
./dbclient -i testkey -L 1234:remotehost:remoteport tunnelhost
will ssh to tunnelhost (using testkey, there's no way to ask for a password)
and then tcpfwd to remotehost:remoteport on stdin/stdout.
There's no way to give a cmdline password, so -i for a keyfile will have to do.
Yet another reason for agent forwarding.
The 1234 is a dummy var, I think it has to be a valid portnumber though.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 21 Mar 2006 16:16:41 +0000 |
parents | eed26cff980b |
children |
line wrap: on
line source
things for book in order of importance... - Fix up pseudo-code [only] for combas that are not consistent with source - Start in chapter 3 [basics] and work up... - re-write to prose [less abrupt] - clean up pseudo code [spacing] - more examples where appropriate and figures Goal: - Get sync done by mid January [roughly 8-12 hours work] - Finish ch3-6 by end of January [roughly 12-16 hours of work] - Finish ch7-end by mid Feb [roughly 20-24 hours of work]. Goal isn't "first edition" but merely cleaner to read.