- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- help with ssh
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2003 06:54 AM
05-11-2003 06:54 AM
help with ssh
is there a way to turn off msg, anouncing the version of ssh I am running? I see this msg when I telnet to port 22. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2003 12:15 PM
05-11-2003 12:15 PM
Re: help with ssh
It's required for both clients and server to establish a session key. Disabling the version disable to connection possibility...
I understand that you are annoyed revealing things on your system, but this is to be left.
Otherwise, there is still a way to hide what comes after (Redhat sth on my box). It's not an easy stuff, but can be done :
First: rewriting it on the source code and recompile sshd
Second: get a hex-editor and put "X"'s over the unwanted information.
Be sure that you don't writing over necessary fields, or truncating the
file with deleting some chars. Tripwire or software like that will cry.
RGDS
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2003 06:39 PM
05-11-2003 06:39 PM
Re: help with ssh
Attached.
I exchange public keys and get no message concerning secure shell when I ssh.
This doc works in a mixed Linux/HP-UX environment, which means either OS.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2003 08:13 PM
05-11-2003 08:13 PM
Re: help with ssh
a nice doc.
but i dont think that solves our friends problem. what he wants is to supress the ssh info which is echoed when you telnet to the ssh port.
and for the answer to the original OP, i guess that can't be avoided. while googling, i found this link.
http://www.er6.eng.ohio-state.edu/~jonesd/ssh/DOC/ssh-rfc-nov95.txt
pls read the section on "Protocol Version Identification".
hth
-balaji (jumping in on a monday morning)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 05:16 AM
05-12-2003 05:16 AM
Re: help with ssh
Welcome back... nice doc too. I love bottom page 6, which is what I was afraid on my post.
J (finishing a shinny monday).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 08:15 PM
05-12-2003 08:15 PM
Re: help with ssh
-b-