I've added a bit of documentation on this subject for you ;-) See http://cwiki.apache.org/SSHD/configuring-security.html
SSHD is used by two projects I know about for now, Gerrit and Karaf, and you can find a custom implementation of the security bits at the following location: http://android.git.kernel.org/?p=tools/gerrit.git;a=blob;f=src/main/java/com/google/gerrit/server/ssh/DatabasePubKeyAuth.java;h=afb82b0789d75c891c4092f44bd2bd717c8292c6;hb=HEAD Karaf uses the default JAAS password authentication mechanism. 2009/10/9 徐一宁 <[email protected]>: > Hi, > I just try to use sshd in my project, I want to know what is the > user/password by default? and how can I setting this? > thanks and best regards! > > -- > 从我的移动设备发送 > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
