I don't get it - what exactly do you need? Isn't it built-in to the JRE now?
If there's an SSH daemon built-in to JRE, please tell me WHERE!

Remember that: SSH != SSL
At the moment it appears we'll just have to:
1. tunnel over ssh + sshd (the linux applications) for now
2. when 1.5 goes gold, waste several weeks integrating a full ssh pipeline into the grexengine
3. ...re-use item 2 to do what I'm trying to do now
1 is a terrible option because it requires the customer to:
a. remember to firewall correctly (!)
b. remember to setup ssh tunnelling, different on each platform

"waste" is not an entirely accurate description for 2, in that by doing 2 we are also adding a feature that some people might wish to use later on - but we've not met anyone who wanted an sshd inside their gameserver as a feature, so it may be that it only ever gets used for what we're doing now (but I can't bear the thought of yet-another-network-code-path to maintain...).