Anyone interested in working on adding GSS-API authentication a'la http://www.ietf.org/internet-drafts/draft-ietf-secsh-gsskeyex-06.txt to lsh? I'm currently working on my own GSS library (see http://josefsson.org/gss/) and while far from finished, it can now talk to other clients/servers via GSASL or Mailutils. I'd imagine adding the GSS support to lsh would stress test more stuff in the GSS library, so it looks like a good next step for me. However, as I'm not familiar with lsh (the gc stuff make it look a bit complex) I would appreciate if someone else did the lsh part of the work :-) or at least had an opinion on if doing this is feasible without becoming a lsh guru. Is there some major component missing from lsh that would be needed before the GSS auth/kex idea can be implemented?
(Of course, once written, it will work with other GSS implementations too, like MIT Kerberos 5, Heimdal, Sun, Globus etc.)
Thanks, Simon