Mailing List Archive

[Bug 598] case sensitive in host matching
http://bugzilla.mindrot.org/show_bug.cgi?id=598

Summary: case sensitive in host matching
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-bugs@mindrot.org
ReportedBy: misiek@pld.org.pl


I have setup with DSA key with no password. Now the problem is that key checking
seems be case sensitive while it should be case insensitive. Example:

[arekm@mobarm arekm]$ ssh misiek@misie.k.pl
No mail.
Last login: Wed Jun 18 21:13:46 2003 from 192.168.0.2

[misiek@arm ~]$ exit
Connection to misie.k.pl closed.
[arekm@mobarm arekm]$ ssh misiek@Misie.k.pl
misiek@misie.k.pl's password:
<Ctrl+C>
[arekm@mobarm arekm]$ grep -i misie.k.pl .ssh/known_hosts
misie.k.pl,156.xx.xx.xx ssh-rsa ....
[arekm@mobarm arekm]$



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 598] case sensitive in host matching [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=598





------- Additional Comments From djm@mindrot.org 2003-06-28 17:59 -------
This is bad behaviour, but it may be too late to change.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.