[Bug 598] case sensitive in host matching
    bugzilla-daemon at mindrot.org 
    bugzilla-daemon at mindrot.org
       
    Thu Jun 19 07:15:53 EST 2003
    
    
  
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.
    
    
More information about the openssh-bugs
mailing list