| Summary: | ControlMaster directive should be ignored on Cygwin | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Ismail Donmez <ismail> | ||||
| Component: | ssh | Assignee: | Damien Miller <djm> | ||||
| Status: | ASSIGNED --- | ||||||
| Severity: | enhancement | CC: | djm, dtucker, jjelen | ||||
| Priority: | P5 | ||||||
| Version: | -current | ||||||
| Hardware: | Other | ||||||
| OS: | Cygwin on NT/2k/Win7-11 | ||||||
| Attachments: |
|
||||||
|
Description
Ismail Donmez
2015-06-17 20:34:32 AEST
Created attachment 2673 [details]
Make ssh_config IgnoreUnknown silence oUnsupported options too
We could mark the option as oUnsupported, but AFAIK that would cause stderr spam every time you ran ssh. I guess we could make IgnoreUnknown apply to unsupported options too?
Here's a patch that attempts this.
oh wait, what error do you receive when you attempt "ControlMaster auto"? (In reply to Damien Miller from comment #2) > oh wait, what error do you receive when you attempt "ControlMaster > auto"? λ ssh -o ControlMaster=auto i10z.com process_mux_new_session: tcgetattr: Inappropriate ioctl for device Last login: Thu Jul 16 20:08:03 2015 from 95.14.75.132 havana β ~ λ select: Interrupted system call Shared connection to i10z.com closed. Any chance of having this for 7.0 release? |