ssh config Host case insensitive
Ike Devolder
ike.devolder at gmail.com
Mon Feb 3 23:45:22 EST 2014
Hi,
There seems to be an issue where a case sensitive Host entry is no
longer working after update to openssh 6.5
example entry: (was working before update)
Host MyHost
Hostname 192.168.0.1
Port 1234
User root
IdentityFile ~/.ssh/id_rsa
When issuing "ssh MyHost" the outcome is now:
ssh: Could not resolve hostname myhost: Name or service not known
When the above entry is changed to:
Host myhost, the connection works fine again.
$ ssh -V
OpenSSH_6.5p1, OpenSSL 1.0.1f 6 Jan 2014
OS: Archlinux fully up to date when sending this mail
thx
--
Ike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20140203/76cc1241/attachment.bin>
More information about the openssh-unix-dev
mailing list