search for: abzug

Displaying 6 results from an estimated 6 matches for "abzug".

Did you mean: abug
2002 Mar 12
3
patch for password expiration under Solaris?
I'm looking to move some Solaris 2.6 and 7 machines to openssh. Showstopper bug: openssh (up to 3.1p1) doesn't seem to correctly implement expired passwords. Looking back through the archive, it looks like Dave Dykstra submitted a patch for this problem relative to an older version of openssh at least as early as last August:
2011 Aug 17
1
openssh-unix-dev Digest, Vol 100, Issue 3
...allocation (Gert Doering) > 2. Typo in sftp.1 manpage (Laurent GAUTROT) > 3. Re: Typo in sftp.1 manpage (Darren Tucker) > 4. Re: Typo in a manpage (Darren Tucker) > 5. configure bug for HAVE_RES_EXTERN check (FELLIN, JEFFREY K (JEFF)) > 6. Re: openssh PTY allocation (Morty Abzug) > 7. Re: openssh PTY allocation (Damien Miller) > 8. Re: openssh PTY allocation (Morty Abzug) > 9. Call for testing: OpenSSH-5.9 (Damien Miller) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 6 Aug 2011 10:4...
2003 Nov 07
2
BUG: scp -q isn't quiet
If I scp from/to a server that has a banner using scp -q, it still shows the banner. If I ssh -q to the same server, the banner is skipped. scp -o "LogLevel quiet" does the trick, but is excessively cumbersome. - Morty
2011 Jul 23
2
openssh PTY allocation
We recently upgraded to openss 5.8p2 from a somewhat older version. This broke openssh login to ScreenOS devices. These devices don't support PTY allocation. Apparently, ssh now reacts to PTY allocation failure by failing the login. This is a change from the previous behavior. The simple workaround is ssh -T $device. I see in the ChangeLog that some device would hang with PTY allocation
2004 Jan 09
1
--with-pam and expired passwords
First off, thanks for the --with-pam fix that lets users with expired passwords change their passwords. It's wonderful, and has finally allowed us to migrate to openssh after a couple of years. Problem: after openssh allows a user with an expired password to log in, said user does not have any X11 and agent forwardings that have been set up. This can be a support issue for naive users who
2003 Nov 04
0
ServerLiesWarning
I'm trying to replace some sshv1 clients and servers in a modular way, and the "Server Lies" warning (when the server says the key has one more bit than it really has) is causing heartache. Per the FAQ, this is relatively benign. Here's a patch that allows an admin or user to disable the warning. - Morty diff -Nur openssh-3.7.1p2/readconf.c