Thanks,
Dave
Depends on the software. The SSH2 spec has a "none" cipher but it's
listed as "NOT RECOMMENDED" and some implementations (eg OpenSSH)
don't support it.
[...]
>The reason I do not want to use encryption the second time is that it
>would slow things down, and the session is already encrypted.
Have you actually *measured* a difference? A fast cipher like arcfour
is almost as fast as no encryption, and the bottleneck is usually the
MAC anyway.
If you're using OpenSSH and *can* measure a difference then you may want
to take a look at the high-performance patches at:
http://www.psc.edu/networking/projects/hpn-ssh/
Note: unless you have a network with a large BDP (bandwidth-delay product,
aka a "long, fat pipe") then the patch will probably make little if any
difference.
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.