[Bug 1275] Config parsing (parse_time) in Host: context acts globally
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Thu Jan 18 01:15:22 EST 2007
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.
More information about the openssh-bugs
mailing list