bugzilla-daemon at mindrot.org
2014-Feb-24 18:52 UTC
[Bug 2205] New: -S does hostname lookup although it is unused
https://bugzilla.mindrot.org/show_bug.cgi?id=2205 Bug ID: 2205 Summary: -S does hostname lookup although it is unused Product: Portable OpenSSH Version: 6.5p1 Hardware: amd64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: u.sibiller at science-computing.de We have a shell script that is using multiplexing a lot where the hostname is normally ignored. With 6.5p1 it stopped working. The call ssh -S <controlpath> dummyhost used to work but results in "ssh: Could not resolve hostname dummyhost: Name or service not known" now. I changed the code to ssh -S <controlpath> 0.0.0.0 and now it is working again. Has this been changed on purpose? -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2014-Feb-25 23:48 UTC
[Bug 2205] -S does hostname lookup although it is unused
https://bugzilla.mindrot.org/show_bug.cgi?id=2205 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2413| |ok?(dtucker at zip.com.au) Flags| | Status|NEW |ASSIGNED CC| |djm at mindrot.org, | |dtucker at zip.com.au Assignee|unassigned-bugs at mindrot.org |djm at mindrot.org --- Comment #1 from Damien Miller <djm at mindrot.org> --- Created attachment 2413 --> https://bugzilla.mindrot.org/attachment.cgi?id=2413&action=edit Avoid early hostname lookup when hostname canonicalisation is not enabled This is a side-effect of the hostname canonicalisation changes. Could you please try this patch? You'll need to use cvs/git -current or one of the snapshots at http://www.mindrot.org/openssh_snap -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2014-Feb-25 23:48 UTC
[Bug 2205] -S does hostname lookup although it is unused
https://bugzilla.mindrot.org/show_bug.cgi?id=2205 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |2188 -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2014-Feb-25 23:59 UTC
[Bug 2205] -S does hostname lookup although it is unused
https://bugzilla.mindrot.org/show_bug.cgi?id=2205 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2413|ok?(dtucker at zip.com.au) |ok+ Flags| | -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2014-Feb-26 20:36 UTC
[Bug 2205] -S does hostname lookup although it is unused
https://bugzilla.mindrot.org/show_bug.cgi?id=2205 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2014-Oct-07 21:00 UTC
[Bug 2205] -S does hostname lookup although it is unused
https://bugzilla.mindrot.org/show_bug.cgi?id=2205 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Damien Miller <djm at mindrot.org> --- Close all bugs left open from 6.6 and 6.7 releases. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
Maybe Matching Threads
- Call for testing: OpenSSH 6.6
- [Bug 2267] New: Host matching uses modified hostname as well as original
- [RFC] Add hash token to ControlPath
- Call for testing: OpenSSH 6.8
- [Bug 2356] New: inheritance of options not working as documented + HostName leads to recursive reparsing isn't documented