Java SSH libraries

I currently know of the following java-based SSH libraries which offer SSH client, server and terminal services:

We currently use jsch as preferred client SSH library also because we have it in the boat already with ant and it has a good license (LGPL).

ganymed-ssh/trilead-ssh seems to support unix terminal support for ssh, that is that one can write a real ssh shell with the library, this is interesting!