search for: udd1

Displaying 4 results from an estimated 4 matches for "udd1".

Did you mean: add1
2003 Jul 10
1
OpenSSH 3.6.1p2 +UnixWare 7.1.1 +SSH2 + PasswordAuthentication no + PermitEmptyPasswords yes
...hentication no PermitEmptyPasswords yes and try to connect to a password less account ( I know its a F*up, but that's the application ID10Ts .... ) I can get in using the SSH2 version without a valid key, the SSH1 is okay. below is a fix I used, but I am not sure if this is okay. uw7: /usr/udd1/dev # diff -c original/openssh-3.6.1p2/auth2.c openssh-3.6.1p2> *** original/openssh-3.6.1p2/auth2.c Mon Feb 24 02:59:27 2003 --- openssh-3.6.1p2/auth2.c Tue Jul 8 08:08:05 2003 *************** *** 187,192 **** --- 187,204 ---- if (m != NULL) { debug2("input_...
2004 Mar 24
2
Request for comment, logging patch
...56 ssh2 Mar 19 08:34:54 secosr5 sshd[7667]: executing command 'who' for? vix at wormhole as user root Mar 19 10:37:16 secosr5 sshd[7725]: Accepted publickey of? vix at wormhole for root from 192.168.1.1 port 1257 ssh2 Mar 19 10:37:16 secosr5 sshd[7725]: executing command 'scp -f /usr/udd1/dev/openssh-3.8p1.patch' for? vix at wormhole as user root Can this code be reviewed and possibly added to the code base ? Please let me know what is incorrect with this code. Thanks Vikash -------------- next part -------------- A non-text attachment was scrubbed... Name: openssh-3.8p1....
2003 Jul 11
0
OpenSSH 3.6.1p2 +UnixWare 7.1.1 +SSH2 + PasswordAuthenticatio n no + PermitEmptyPasswords yes (followup)
...ated = m->userauth(authctxt); > > sets authenticate to 1 when PermitEmptyPasswords ==> yes > > > > I found only one reference to userauth() > > in sshconnect2.c (line 279) > > > > I do not understand the code m->userauth(authctxt); > > uw7: /usr/udd1/dev/original/openssh-3.6.1p2 # ./sshd -p 5000 -d -d -d debug3: Seeding PRNG from /usr/local/libexec/ssh-rand-helper debug2: read_server_config: filename /etc/ssh/sshd_config debug1: sshd version OpenSSH_3.6.1p2 debug1: private host key: #0 type 0 RSA1 debug3: Not a RSA1 key file /etc/ssh/ssh_host_d...
2003 Jul 17
1
possible bug + patch : OpenSSH 3.6.1p2 +UnixWare 7.1.1 +SSH2 + P asswordAuthentication no + PermitEmptyPasswords yes
...Authmethod method_none = { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The authentication method "none" (which allows the user to log into an account with an empty password) returns 1 only if PasswordAuthentication is set to "yes". complete debug of problem below: uw7: /usr/udd1/dev/original/openssh-3.6.1p2 # ./sshd -p 5000 -d -d -d debug3: Seeding PRNG from /usr/local/libexec/ssh-rand-helper debug2: read_server_config: filename /etc/ssh/sshd_config debug1: sshd version OpenSSH_3.6.1p2 debug1: private host key: #0 type 0 RSA1 debug3: Not a RSA1 key file /etc/ssh/ssh_host_d...