<?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: Configuring SSH in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh/m-p/3777334#M262471</link>
    <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;I am glad that is worked for you and thank you for your feedback.&lt;BR /&gt;&lt;BR /&gt;Sung</description>
    <pubDate>Tue, 25 Apr 2006 12:10:48 GMT</pubDate>
    <dc:creator>Sung Oh</dc:creator>
    <dc:date>2006-04-25T12:10:48Z</dc:date>
    <item>
      <title>Configuring SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh/m-p/3777329#M262466</link>
      <description>&lt;BR /&gt;Dear All&lt;BR /&gt;&lt;BR /&gt;I'm experimenting with disabling telnet and forcing clients to connect through via ssh.&lt;BR /&gt;&lt;BR /&gt;Following the un-pointed (and therefore unrewarded) excellent advice from SEP in this thread &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1008042" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1008042&lt;/A&gt;&lt;BR /&gt;I've set up ssh it works, I'm happy.  I've disabled telnet too.&lt;BR /&gt;&lt;BR /&gt;However when we logged in via telnet I used to display a welcome message in the following way&lt;BR /&gt;&lt;BR /&gt;[extract from inetd.conf]&lt;BR /&gt;-----------&lt;BR /&gt;telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd -b/etc/foo&lt;BR /&gt;-----------&lt;BR /&gt;&lt;BR /&gt;where the telnetd output the file foo to the screen before the login prompt.&lt;BR /&gt;&lt;BR /&gt;Any idea's how to do this with ssh.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Andrew&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Apr 2006 10:29:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh/m-p/3777329#M262466</guid>
      <dc:creator>Andrew Moody_1</dc:creator>
      <dc:date>2006-04-25T10:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh/m-p/3777330#M262467</link>
      <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;Have you try to setup your message in /etc/motd ?&lt;BR /&gt;&lt;BR /&gt;hope this helps&lt;BR /&gt;Kenavo&lt;BR /&gt;Pat</description>
      <pubDate>Tue, 25 Apr 2006 11:02:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh/m-p/3777330#M262467</guid>
      <dc:creator>Patrice Le Guyader</dc:creator>
      <dc:date>2006-04-25T11:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh/m-p/3777331#M262468</link>
      <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;you can use /etc/ssh/sshd_config file Banner option to be modified to give you welcome message.&lt;BR /&gt;&lt;BR /&gt;1. enable banner option&lt;BR /&gt;#Banner /some/path&lt;BR /&gt;to&lt;BR /&gt;Banner /etc/ssh/message&lt;BR /&gt;&lt;BR /&gt;2. Create message file with your own welcome message&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;BR /&gt;&lt;BR /&gt;Sung&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Apr 2006 11:11:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh/m-p/3777331#M262468</guid>
      <dc:creator>Sung Oh</dc:creator>
      <dc:date>2006-04-25T11:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh/m-p/3777332#M262469</link>
      <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;I gave you the Linux ssh configuration instruction.  here is HPUX&lt;BR /&gt;&lt;BR /&gt;1. configure your sshd_config to enable printmotd option &lt;BR /&gt;from &lt;BR /&gt;printmotd no&lt;BR /&gt;to&lt;BR /&gt;printmotd yes&lt;BR /&gt;&lt;BR /&gt;2. Modify /etc/motd file to write your own welcome message.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Sung</description>
      <pubDate>Tue, 25 Apr 2006 11:29:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh/m-p/3777332#M262469</guid>
      <dc:creator>Sung Oh</dc:creator>
      <dc:date>2006-04-25T11:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh/m-p/3777333#M262470</link>
      <description>&lt;BR /&gt;Pat - the simplest idea's eh?  Thanks&lt;BR /&gt;&lt;BR /&gt;Sung Ho - the banner works better for me in the instance than the motd way of doing it. the Motd method displays the info in wrong places for me whereas connecting via Reflections ssh the banner shows as a dialogue box so I can write some of the usual gubbins to display in there.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;config files in /opt/ssh/etc not /etc as a pointer to anyone else looking for the same thing.</description>
      <pubDate>Tue, 25 Apr 2006 12:00:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh/m-p/3777333#M262470</guid>
      <dc:creator>Andrew Moody_1</dc:creator>
      <dc:date>2006-04-25T12:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SSH</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh/m-p/3777334#M262471</link>
      <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;I am glad that is worked for you and thank you for your feedback.&lt;BR /&gt;&lt;BR /&gt;Sung</description>
      <pubDate>Tue, 25 Apr 2006 12:10:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-ssh/m-p/3777334#M262471</guid>
      <dc:creator>Sung Oh</dc:creator>
      <dc:date>2006-04-25T12:10:48Z</dc:date>
    </item>
  </channel>
</rss>

