Am using sshd.setPublickeyAuthenticator for the first time. Where can I find documentation/examples with commentary on how to use this function please? I can find lots of examples but with no explanation.
Would like to know how to code a simple sshd server that ensures that the clients public key which I have stored in "<user>/.ssh/authorized_keys" matches the client's key when the client connects. Thanks! --Alex
