Hello fine folks! I've been looking into using Mina Sshd in some JGit code I have, working under the assumption I can perhaps get some better passphrase support and potentially get rid of Jsch.
The docs are thin on what capabilities there are around password protected keys. I've dug around the code a bit, but probably better to ask some high level questions so I know what I'm looking at. - Are password protected RSA keys supported? (think that's a clear, yes) - Is there support for prompting a user for the passphrase via masked input? (I didn't find any use of java.io.Console.readPassword) - Is there any support for ssh-agents, eliminating the need for user interaction or file storage of passphrases? (think that's a no, but interested in any plans or pointers to previous discussion) I'm happy to create an FAQ of some kind for the website. Any pointers on where I'd put the doc? -David --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@mina.apache.org For additional commands, e-mail: users-h...@mina.apache.org