<?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 Re: ssh/telnet connection message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-telnet-connection-message/m-p/3737974#M255693</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;With /etc/issue or /etc/banner can modify the telnet message, but I can't refuse the connection and show the message, before the system show the login prompt.&lt;BR /&gt;&lt;BR /&gt;I need this:&lt;BR /&gt;&lt;BR /&gt;When user try to connect via telnet to my server, the system doesn't show a login prompt, only show a customized message and refuse the connection.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.</description>
    <pubDate>Thu, 23 Feb 2006 07:28:28 GMT</pubDate>
    <dc:creator>Xavi Segura_1</dc:creator>
    <dc:date>2006-02-23T07:28:28Z</dc:date>
    <item>
      <title>ssh/telnet connection message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-telnet-connection-message/m-p/3737967#M255686</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've installed ssh in my hpux box 11i and I disabled the telnet connection in the inetd.sec, all run ok, but I want to show a message when somobody try to connect via telnet like:&lt;BR /&gt;"telnet connections are not allowed, use SSH"&lt;BR /&gt;&lt;BR /&gt;Is possible to configure it??&lt;BR /&gt;&lt;BR /&gt;Thansk and sorry for my poor english</description>
      <pubDate>Thu, 23 Feb 2006 06:24:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-telnet-connection-message/m-p/3737967#M255686</guid>
      <dc:creator>Xavi Segura_1</dc:creator>
      <dc:date>2006-02-23T06:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: ssh/telnet connection message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-telnet-connection-message/m-p/3737968#M255687</link>
      <description>If you are using /var/adm/inetd.sec file then you are able to show the message like this. You can try like,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Edit /etc/profile,&lt;BR /&gt;&lt;BR /&gt;ps | grep -q 'telnet'&lt;BR /&gt;if [[ ${?} -eq 0 ]]&lt;BR /&gt;then&lt;BR /&gt;  echo "telnet connections are not allowed, use SSH"&lt;BR /&gt;  sleep 3&lt;BR /&gt;  exit 1&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;Save the file and try. IT will give you this option.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Feb 2006 06:30:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-telnet-connection-message/m-p/3737968#M255687</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-23T06:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: ssh/telnet connection message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-telnet-connection-message/m-p/3737969#M255688</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;You can do it via /etc/profile or .profile.. &lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Feb 2006 06:35:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-telnet-connection-message/m-p/3737969#M255688</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-23T06:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: ssh/telnet connection message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-telnet-connection-message/m-p/3737970#M255689</link>
      <description>thanks for your reply, but this method show the message after the user type the user/password and refussed the connection.&lt;BR /&gt;&lt;BR /&gt;I want to show the messageand refussed the connection before the user type the user/password.&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply again.</description>
      <pubDate>Thu, 23 Feb 2006 06:54:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-telnet-connection-message/m-p/3737970#M255689</guid>
      <dc:creator>Xavi Segura_1</dc:creator>
      <dc:date>2006-02-23T06:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: ssh/telnet connection message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-telnet-connection-message/m-p/3737971#M255690</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;You can try /etc/issue /etc/banner , putting the message .. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=503331" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=503331&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;&lt;BR /&gt;P.S Remember to assign poinits.</description>
      <pubDate>Thu, 23 Feb 2006 06:58:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-telnet-connection-message/m-p/3737971#M255690</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-23T06:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: ssh/telnet connection message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-telnet-connection-message/m-p/3737972#M255691</link>
      <description>I hope when you disable telnet connection then /etc/banner or /etc/issue will not work to the user. May be you can try with tcpwrapper to block telnet based connection and to show the information before prompting for Login / Password.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Thu, 23 Feb 2006 07:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-telnet-connection-message/m-p/3737972#M255691</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-23T07:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: ssh/telnet connection message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-telnet-connection-message/m-p/3737973#M255692</link>
      <description>TCPWRAPPER is available as,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=TCPWRAP" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=TCPWRAP&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It is free more. You can try with that.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Thu, 23 Feb 2006 07:21:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-telnet-connection-message/m-p/3737973#M255692</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-23T07:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: ssh/telnet connection message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-telnet-connection-message/m-p/3737974#M255693</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;With /etc/issue or /etc/banner can modify the telnet message, but I can't refuse the connection and show the message, before the system show the login prompt.&lt;BR /&gt;&lt;BR /&gt;I need this:&lt;BR /&gt;&lt;BR /&gt;When user try to connect via telnet to my server, the system doesn't show a login prompt, only show a customized message and refuse the connection.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.</description>
      <pubDate>Thu, 23 Feb 2006 07:28:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-telnet-connection-message/m-p/3737974#M255693</guid>
      <dc:creator>Xavi Segura_1</dc:creator>
      <dc:date>2006-02-23T07:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: ssh/telnet connection message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-telnet-connection-message/m-p/3737975#M255694</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;just a tought,&lt;BR /&gt;how about replacing&lt;BR /&gt;&lt;BR /&gt;telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd&lt;BR /&gt;&lt;BR /&gt;in inetd.conf by&lt;BR /&gt;&lt;BR /&gt;telnet       stream tcp nowait root /usr/bin/echo  echo telnet session are not allowed please use ssh&lt;BR /&gt;&lt;BR /&gt;(all in one line of course)&lt;BR /&gt;&lt;BR /&gt;Jean-Yves Picard&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Feb 2006 08:26:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-telnet-connection-message/m-p/3737975#M255694</guid>
      <dc:creator>Jean-Yves Picard</dc:creator>
      <dc:date>2006-02-23T08:26:06Z</dc:date>
    </item>
  </channel>
</rss>

