Formatting code is leaking into the code examples as literal text.

SshServer sshd =
SshServer.setUpDefaultServer();sshd.setPasswordAuthenticator(<SPAN
class="code-keyword">new</SPAN>
MyPasswordAuthenticator());sshd.setPublickeyAuthenticator(<SPAN
class="code-keyword">new</SPAN> MyPublickeyAuthenticator());


http://mina.apache.org/sshd-project/configuring_security.html

-- 
Cheers,

Andrew Pennebaker
[email protected]

Reply via email to