[Bug 866] ssh(1) is too picky about unknown options in ~/.ssh/config

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Sat May 8 07:54:44 EST 2004


http://bugzilla.mindrot.org/show_bug.cgi?id=866

           Summary: ssh(1) is too picky about unknown options in
                    ~/.ssh/config
           Product: Portable OpenSSH
           Version: 3.8p1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ssh
        AssignedTo: openssh-bugs at mindrot.org
        ReportedBy: Nicolas.Williams at sun.com
                CC: openssh-unix-dev at mindrot.org


ssh(1) fatal()s when parsing an unknown ~/.ssh/config option.

This is rather annoying since ~/.ssh/config may be shared with multiple
versions of OpenSSH as well as with OpenSSH derivatives (or even non-
derivates that just honor ~/.ssh/config), and since each such
implementation may support different sets of features and associated
config options.

At least when parsing ~/.ssh/config ssh(1) should not fatal() on
unknown options, but verbose().  When parsing options given on the
command line, however, calling fatal() seems appropriate, and possibly
when parsing $PREFIX/etc/ssh_config.



------- 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