This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

2004-Feb-17 snapshot change ssh option parsing behavior


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

Attachment: cygcheck.out
Description: Text document

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]