Remove identifying information from SSH.
        Posted  
        
            by The Rook
        on Server Fault
        
        See other posts from Server Fault
        
            or by The Rook
        
        
        
        Published on 2010-04-26T20:56:50Z
        Indexed on 
            2010/04/26
            21:04 UTC
        
        
        Read the original article
        Hit count: 424
        
When I do an nmap -sV 127.0.0.1 -p 22  of my system I get the following information:
SF-Port22-TCP:V=4.62%I=7%D=11/9%Time=4916402C%P=i686-pc-linux-gnu%r(NULL,2 SF:7,"SSH-2.0-OpenSSH_5.1p1\x20Debian-3ubuntu1\r\n");
How do I go about chaining these two pieces of information? i686-pc-linux-gnu and SSH-2\.0-OpenSSH_5\.1p1\x20Debian-3ubuntu1.
© Server Fault or respective owner