View previous topic :: View next topic |
Author |
Message |
Vulpes_Vulpes Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/11869051053fd6eafcc0acc.gif)
Joined: 10 Dec 2003 Posts: 264 Location: Amsterdam
|
Posted: Mon Mar 29, 2004 8:38 pm Post subject: Hide 'deamon labels'? |
|
|
Hi,
I was wondering how I can turn off these 'labes'. What I mean is the info you get when you telnet to some port on some IP.
Code: |
#telnet 192.168.0.1 22
Trying 192.168.0.1...
Connected to 192.168.0.1.
Escape character is '^]'.
SSH-1.99-OpenSSH_3.7.1p2
Protocol mismatch.
Connection closed by foreign host.
|
I really would like to hide the 'SSH-1.99-OpenSSH_3.7.1p2' part.
Or am I being really paranoid here??? ![Twisted Evil :twisted:](images/smiles/icon_twisted.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Spooky Ghost Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/27597644140b20c4e65b4f.gif)
Joined: 19 Apr 2002 Posts: 210 Location: Bristol, United Kingdom
|
Posted: Mon Mar 29, 2004 9:21 pm Post subject: |
|
|
This id is part of the SSH protocol. After you've telnetted to port 22 echo the string SSH-1.99-OpenSSH_3.7.1p2 and it will then tell you what encryption algorithms are supported. The minimum you can tell it is SSH-1.99-OpenSSH so I expect this the minimum string you can have the server say. If you really want to hide the version then you'll need to edit the source. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Vulpes_Vulpes Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/11869051053fd6eafcc0acc.gif)
Joined: 10 Dec 2003 Posts: 264 Location: Amsterdam
|
Posted: Mon Mar 29, 2004 9:33 pm Post subject: |
|
|
So I presume this is not a very serious security issue... Ok, I know I always have to update, but I just don't want to let everybody see if I just didn't do it yet... I'm just being a bit paranoid about stuff like this because I confinced my colleges to let me set up a Gentoo box so we can test stuff on it. I just don't want it to be hacked or anything. ![Smile :)](images/smiles/icon_smile.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|