bugzilla-daemon at mindrot.org
2003-Jun-18  21:15 UTC
[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 at mindrot.org
        ReportedBy: misiek at 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 at mobarm arekm]$ ssh misiek at misie.k.pl 
No mail. 
Last login: Wed Jun 18 21:13:46 2003 from 192.168.0.2 
 
[misiek at arm ~]$ exit 
Connection to misie.k.pl closed. 
[arekm at mobarm arekm]$ ssh misiek at Misie.k.pl 
misiek at misie.k.pl's password: 
<Ctrl+C> 
[arekm at mobarm arekm]$ grep -i misie.k.pl .ssh/known_hosts 
misie.k.pl,156.xx.xx.xx ssh-rsa ....  
[arekm at mobarm arekm]$
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Jun-28  07:59 UTC
[Bug 598] case sensitive in host matching
http://bugzilla.mindrot.org/show_bug.cgi?id=598 ------- Additional Comments From djm at 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.
Apparently Analagous Threads
- NT_STATUS_ACCESS_DENIED with smbclient
- [Bug 598] case sensitive in host matching
- [Bug 855] doesn't properly log logout event in utmp entry when pts bigger than 999
- [Bug 523] ssh saves only host/ip information in known_hosts while port information is missing
- DO NOT REPLY [Bug 6588] New: errors missed when connecting to host with multiple addresses and host is down