bugzilla-daemon at mindrot.org
2007-Jan-17 14:15 UTC
[Bug 1275] Config parsing (parse_time) in Host: context acts globally
http://bugzilla.mindrot.org/show_bug.cgi?id=1275
Summary: Config parsing (parse_time) in Host: context acts
globally
Product: Portable OpenSSH
Version: v4.5p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: mario.lorenz at wincor-nixdorf.com
Enabling options like ServerAliveInterval for a specific host
does not work:
Host example.com
ServerAliveInterval 30
should enable the keepalive *only* for example.com, when in fact
does do that globally (for all hosts), even a later
Host *
ServerAliveInterval 0
will not help.
Reason is that at the parse_time label, activep is not honored.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2007-Jan-17 14:18 UTC
[Bug 1275] Config parsing (parse_time) in Host: context acts globally
http://bugzilla.mindrot.org/show_bug.cgi?id=1275 ------- Comment #1 from mario.lorenz at wincor-nixdorf.com 2007-01-18 01:18 ------- Created an attachment (id=1225) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1225&action=view) Proposed patch for parse_time handling ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2007-Jan-17 22:33 UTC
[Bug 1275] Config parsing (parse_time) in Host: context acts globally
http://bugzilla.mindrot.org/show_bug.cgi?id=1275
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
OtherBugsDependingO| |1274
nThis| |
------- Comment #2 from dtucker at zip.com.au 2007-01-18 09:33 -------
Seems reasonable.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2007-Jan-17 23:26 UTC
[Bug 1275] Config parsing (parse_time) in Host: context acts globally
http://bugzilla.mindrot.org/show_bug.cgi?id=1275
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Comment #3 from dtucker at zip.com.au 2007-01-18 10:26 -------
Applied, thanks. It will be in 4.6.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.