Displaying 1 result from an estimated 1 matches for "dummyhost".
2014 Feb 24
5
[Bug 2205] New: -S does hostname lookup although it is unused
...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...