search for: sshj

Displaying 3 results from an estimated 3 matches for "sshj".

Did you mean: ssh
2003 Jan 18
0
[Patch] User-dependent IdentityFile
...he first local host IdentityFile entry as the default key location (which may then be overridden). Note: Useful commands for moving existing key files system wide to the new secure directory (e.g. /ssh) are available at http://www.math.ualberta.ca/imaging/snfs/openssh.html diff -ru ssh/auth.c sshJ/auth.c --- ssh/auth.c Fri Sep 20 12:41:29 2002 +++ sshJ/auth.c Sat Jan 18 16:20:41 2003 @@ -35,7 +35,6 @@ #include "auth.h" #include "auth-options.h" #include "canohost.h" -#include "buffer.h" #include "bufaux.h" #include "uidswap.h"...
2018 Sep 28
2
Support for RFC4252 in sshd with PAM
Hi I'm trying to integration a Java application using SSHJ <https://github.com/hierynomus/sshj> client-side - into OpenSSH 7.4. This is fine, except where I get to a password expiry situation. Looking at RFC4252 <https://www.ietf.org/rfc/rfc4252.txt> (which is supported by SSHJ) I don't see any SSH_MSG_USERAUTH_PASSWD_CHANGEREQ [60]...
2006 Feb 22
8
[Bug 1159] %u and %h not handled in IdentityFile
http://bugzilla.mindrot.org/show_bug.cgi?id=1159 Summary: %u and %h not handled in IdentityFile Product: Portable OpenSSH Version: 4.3p2 Platform: All URL: http://www.math.ualberta.ca/imaging/snfs/openssh.html OS/Version: Linux Status: NEW Keywords: patch Severity: normal Priority: P2