<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic help with ssh in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/help-with-ssh/m-p/2970235#M4641</link>
    <description>All,&lt;BR /&gt;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.</description>
    <pubDate>Sun, 11 May 2003 13:54:12 GMT</pubDate>
    <dc:creator>K.C. Chan</dc:creator>
    <dc:date>2003-05-11T13:54:12Z</dc:date>
    <item>
      <title>help with ssh</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-ssh/m-p/2970235#M4641</link>
      <description>All,&lt;BR /&gt;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.</description>
      <pubDate>Sun, 11 May 2003 13:54:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-ssh/m-p/2970235#M4641</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2003-05-11T13:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: help with ssh</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-ssh/m-p/2970236#M4642</link>
      <description>Yes, but I am not sure you really want to suppress this.&lt;BR /&gt;It's required for both clients and server to establish a session key. Disabling the version disable to connection possibility...&lt;BR /&gt;I understand that you are annoyed revealing things on your system, but this is to be left.&lt;BR /&gt;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 : &lt;BR /&gt;First: rewriting it on the source code and recompile sshd &lt;BR /&gt;Second: get a hex-editor and put "X"'s over the unwanted information. &lt;BR /&gt;Be sure that you don't writing over necessary fields, or truncating the &lt;BR /&gt;file with deleting some chars. Tripwire or software like that will cry.&lt;BR /&gt;RGDS&lt;BR /&gt;J</description>
      <pubDate>Sun, 11 May 2003 19:15:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-ssh/m-p/2970236#M4642</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-05-11T19:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: help with ssh</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-ssh/m-p/2970237#M4643</link>
      <description>A doc that might help you.&lt;BR /&gt;&lt;BR /&gt;Attached.&lt;BR /&gt;&lt;BR /&gt;I exchange public keys and get no message concerning secure shell when I ssh.&lt;BR /&gt;&lt;BR /&gt;This doc works in a mixed Linux/HP-UX environment, which means either OS.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 12 May 2003 01:39:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-ssh/m-p/2970237#M4643</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-12T01:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: help with ssh</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-ssh/m-p/2970238#M4644</link>
      <description>hi steven,&lt;BR /&gt;a nice doc.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;and for the answer to the original OP, i guess that can't be avoided. while googling, i found this link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.er6.eng.ohio-state.edu/~jonesd/ssh/DOC/ssh-rfc-nov95.txt" target="_blank"&gt;http://www.er6.eng.ohio-state.edu/~jonesd/ssh/DOC/ssh-rfc-nov95.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;pls read the section on "Protocol Version Identification".&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;-balaji (jumping in on a monday morning)</description>
      <pubDate>Mon, 12 May 2003 03:13:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-ssh/m-p/2970238#M4644</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-05-12T03:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: help with ssh</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-ssh/m-p/2970239#M4645</link>
      <description>Hi Balaji,&lt;BR /&gt;Welcome back... nice doc too. I love bottom page 6, which is what I was afraid on my post.&lt;BR /&gt;J (finishing a shinny monday).</description>
      <pubDate>Mon, 12 May 2003 12:16:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-ssh/m-p/2970239#M4645</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-05-12T12:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: help with ssh</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-ssh/m-p/2970240#M4646</link>
      <description>thanks jerome. and that should go to my friend google :-)&lt;BR /&gt;&lt;BR /&gt;-b-</description>
      <pubDate>Tue, 13 May 2003 03:15:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-ssh/m-p/2970240#M4646</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-05-13T03:15:56Z</dc:date>
    </item>
  </channel>
</rss>

