Displaying 9 results from an estimated 9 matches for "wmertens".
Did you mean:
mertens
2007 Jul 10
1
[Bug 1338] New: Idletimeout for both client and server
...or both client and server
Product: Portable OpenSSH
Version: 4.6p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: wmertens at cisco.com
Created an attachment (id=1323)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1323)
IdleTimeout option for ssh & sshd
Hi,
I took the idletimeout patch for sshd that Jani Jaakkola
<jjaakkol at cs.helsinki.fi> made in 2001
(http://marc.info/?l=openssh-unix-dev&...
2003 May 12
3
[Bug 561] Please implement MaxAuthTries
...t MaxAuthTries
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: wmertens at gentoo.org
Hi,
When using Commercial SSH to connect to OpenSSH, it can happen that a user has many keys
and this results in a failure to log in due to "Too many authentication failures".
The problem is documented at http://www.tartarus.org/~simon/puttydoc/Chapter10.html#10.5 :...
2003 Jun 24
3
Password protection
Hi,
I would like to request password protection in syslinux.
I know that it has come up a few times on the mailing list (google for
"site:www.zytor.com syslinux password"), and on
http://www.zytor.com/pipermail/syslinux/2002-May/000421.html you say
interesting things about COMBOOT images.
So I was wondering if I could bring that feature request to your attention
again :)
grub has it,
2007 Jul 05
36
[Bug 1330] New: RFE: 'ControlPersist' support -- automatically fork and leave ControlMaster behind as a dæmon
http://bugzilla.mindrot.org/show_bug.cgi?id=1330
Summary: RFE: 'ControlPersist' support -- automatically fork and
leave ControlMaster behind as a d?mon
Product: Portable OpenSSH
Version: 4.6p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component:
2003 Jun 04
1
Problem trying to chainload Intel pxe boot loader
Hi,
I'm trying to use pxelinux to start Linux and optionally other things,
maintained by windows folks. They use the Intel pxe boot loader, bstrap.0,
and when I load it with a "kernel bstrap.0" statement, it fails.
The reason it fails is because it can't find the !PXE data area. I guess
it doesn't get the correct pointer or something along those lines.
Do you think it
2003 Nov 28
1
Auto-compress mode for ssh
Hi,
I looked in the archives, but didn't see this asked for before:
Would it be possible to have an "auto-compress" mode for ssh where
compression is turned on automatically if it makes sense?
You could turn it on if you don't care about cpu usage and lag, but just
about the speed of transfer.
The way I see it working is that when running uncompressed, ssh turns on
2007 Jun 22
2
RFE: idle timeout/auto-daemonize combo
Hi there,
I would like to have SSH connections be more "sudo-like".
With that I mean, when I ssh/scp/sftp to a host and disconnect,
the channel is held open for a while in case I reconnect.
I wrote a script (attached) that does this. It starts a master
SSH daemon for the connection if needed. Then it exec()s SSH.
Just put it in your path and use perssh instead of ssh.
It has some
2007 Jul 23
0
ControlPersist + IdleTimeout
Hi there,
So I created a patch that makes ssh behave more like sudo. You
connect to a host typing your password, you quit, you connect again
and you are let in immediately. If you wait for too long you have to
type your password again.
It works if you have a ControlPath, ControlMaster is auto,
ControlPersist is yes and ControlTimeout is for example 5m. This will
make a master when you
2010 Aug 20
0
Disabling remote commands, provide shell only
Hi all,
If you specify this perl script as a ForceCommand, users will not be able to run commands (or scp) remotely, only login.
Probably no-one will have a use for this but I thought I'd share because it shows how to run a shell as a login shell from a ForceCommand.
Wout.
#!/usr/bin/perl
use strict;
# Give the user a shell if that was their intention
if (exists $ENV{SSH_TTY} &&