Displaying 3 results from an estimated 3 matches for "rndpkt".
2002 Mar 13
3
[Bug 159] Password-Authentication with openssh-3.1p1 fails
http://bugzilla.mindrot.org/show_bug.cgi?id=159
------- Additional Comments From jason at rndpkt.org 2002-03-13 12:38 -------
Can you please publish your /etc/pam.d/sshd file here? It sounds like the pam
stack is either not finding the sshd file or else there's an error within the file.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watch...
2002 Mar 07
12
[Bug 141] openssh-3.1p1-1.src.rpm will not build on RedHat Linux 6.1
http://bugzilla.mindrot.org/show_bug.cgi?id=141
markus at openbsd.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary| openssh-3.1p1-1.src.rpm |openssh-3.1p1-1.src.rpm will
|will not build on RedHat |not build on RedHat Linux
|Linux 6.1
2002 Mar 28
2
[Bug 181] Undocumented mget and mput in sftp
http://bugzilla.mindrot.org/show_bug.cgi?id=181
------- Additional Comments From jason at rndpkt.org 2002-03-28 15:26 -------
mget and mput are just "aliased" commands to get and put, I'm assuming for some
kind of compatability. mget and mput expect the get and put parameters and DO
NOT function like FTP-based mget and mput (i.e. mget file1 file2.. file#). I'd
be happy to...