[Bug 866] ssh(1) is too picky about unknown options in ~/.ssh/config
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Thu May 15 20:31:24 EST 2008
https://bugzilla.mindrot.org/show_bug.cgi?id=866
martin f. krafft <bugzilla.mindrot.org at pobox.madduck.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla.mindrot.org at pobox.
| |madduck.net
--- Comment #14 from martin f. krafft <bugzilla.mindrot.org at pobox.madduck.net> 2008-05-15 20:31:20 ---
zsh has a syntax which allows me to use a conditional on the version,
e.g.
if is-at-least 4.3.5; then
do this
fi
Maybe openssh-client could get that too?& I do prefer the "duck typing"
approach of checking for options directly, but I also see the security
problems. So instead, assuming an option appeared in 4.3, why not let
the user say so
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list