2004-Feb-17 snapshot change ssh option parsing behavior

David Rothenberger daveroth@acm.org
Tue Feb 17 21:06:00 GMT 2004


Prior to using the 2004-Feb-17 snapshot, the command

  % ssh somehost /bin/bash --login -c date

worked correctly.  Now, ssh gives "Unknown cipher type 'date'."

The command

  % ssh somehost -- /bin/bash --login -c date

works, but

  % ssh somehost -- /bin/bash -login -c date

fails.

The command

  % ssh somehost -- "/bin/bash -login -c date"

works fine.

Dave

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: cygcheck.out
URL: <http://cygwin.com/pipermail/cygwin/attachments/20040217/c58b5270/attachment.ksh>
-------------- next part --------------
--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


More information about the Cygwin mailing list