<?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: Run sshd at boot time in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/run-sshd-at-boot-time/m-p/4413846#M353371</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;edit this file &lt;BR /&gt;&lt;BR /&gt;/etc/rc.config.d/sshd&lt;BR /&gt;&lt;BR /&gt;change SSHD_START=0 ==&amp;gt; SSHD_START=1&lt;BR /&gt;&lt;BR /&gt;mikap</description>
    <pubDate>Wed, 06 May 2009 05:10:12 GMT</pubDate>
    <dc:creator>Michal Kapalka (mikap)</dc:creator>
    <dc:date>2009-05-06T05:10:12Z</dc:date>
    <item>
      <title>Run sshd at boot time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-sshd-at-boot-time/m-p/4413844#M353369</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;For every server reboot, I have to run /usr/local/sbin/sshd manually to get the sshd daemon up and running. Is there anyway we can run this daemon automatically at boot time?&lt;BR /&gt;My Os, HP UX 11.11&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;-shankar</description>
      <pubDate>Wed, 06 May 2009 05:02:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-sshd-at-boot-time/m-p/4413844#M353369</guid>
      <dc:creator>shankar!</dc:creator>
      <dc:date>2009-05-06T05:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Run sshd at boot time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-sshd-at-boot-time/m-p/4413845#M353370</link>
      <description>Check this file:&lt;BR /&gt;&lt;BR /&gt;# more /etc/rc.config.d/sshd&lt;BR /&gt;# SSHD_START:           Set to 1 to start SSH daemon&lt;BR /&gt;# SSHD_ARGS:            Command line arguments to pass to sshd&lt;BR /&gt;#&lt;BR /&gt;SSHD_START=1&lt;BR /&gt;SSHD_ARGS=&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 May 2009 05:08:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-sshd-at-boot-time/m-p/4413845#M353370</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-05-06T05:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Run sshd at boot time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-sshd-at-boot-time/m-p/4413846#M353371</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;edit this file &lt;BR /&gt;&lt;BR /&gt;/etc/rc.config.d/sshd&lt;BR /&gt;&lt;BR /&gt;change SSHD_START=0 ==&amp;gt; SSHD_START=1&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Wed, 06 May 2009 05:10:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-sshd-at-boot-time/m-p/4413846#M353371</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-05-06T05:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Run sshd at boot time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-sshd-at-boot-time/m-p/4413847#M353372</link>
      <description>Dear Shankar&lt;BR /&gt;&lt;BR /&gt;startup script sshd should be located in the /etc/rc.d/init.d directory, and there should be symbolic links to sshd startup script in /etc/rc.d/rc?.d.&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir</description>
      <pubDate>Wed, 06 May 2009 05:12:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-sshd-at-boot-time/m-p/4413847#M353372</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2009-05-06T05:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Run sshd at boot time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-sshd-at-boot-time/m-p/4413848#M353373</link>
      <description>srv2:root&amp;gt; more /etc/rc.config.d/sshd&lt;BR /&gt;/etc/rc.config.d/sshd: No such file or directory&lt;BR /&gt;&lt;BR /&gt;srv2:root&amp;gt; cd /etc/rc.d/init.d&lt;BR /&gt;bash: cd: /etc/rc.d/init.d: No such file or directory&lt;BR /&gt;&lt;BR /&gt;I think I downloaded this package from &lt;A href="http://hpux.connect.org.uk" target="_blank"&gt;http://hpux.connect.org.uk&lt;/A&gt; and installed it.&lt;BR /&gt;&lt;BR /&gt;srv2:root&amp;gt; uname -a&lt;BR /&gt;HP-UX srv2 B.11.11 U 9000/800 3916133712 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;-shankar</description>
      <pubDate>Wed, 06 May 2009 06:05:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-sshd-at-boot-time/m-p/4413848#M353373</guid>
      <dc:creator>shankar!</dc:creator>
      <dc:date>2009-05-06T06:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Run sshd at boot time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-sshd-at-boot-time/m-p/4413849#M353374</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the SSHD depot is located on &lt;BR /&gt;&lt;BR /&gt;software.hp.com &lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Wed, 06 May 2009 06:08:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-sshd-at-boot-time/m-p/4413849#M353374</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-05-06T06:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Run sshd at boot time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-sshd-at-boot-time/m-p/4413850#M353375</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;uninstall upr depot and install it form oficial HP site, normally the sshd is located in /usr/sbin/sshd.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Wed, 06 May 2009 06:13:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-sshd-at-boot-time/m-p/4413850#M353375</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-05-06T06:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Run sshd at boot time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-sshd-at-boot-time/m-p/4413851#M353376</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If this file is not there then did you find that file into your server.&lt;BR /&gt;&lt;BR /&gt;#find / -name sshd -print&lt;BR /&gt;&lt;BR /&gt;post the command output&lt;BR /&gt;&lt;BR /&gt;or you can add this line into rc.local&lt;BR /&gt;&lt;BR /&gt;See the similar problem&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1241594082697+28353475&amp;amp;threadId=1234447" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1241594082697+28353475&amp;amp;threadId=1234447&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 06 May 2009 06:16:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-sshd-at-boot-time/m-p/4413851#M353376</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-05-06T06:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Run sshd at boot time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-sshd-at-boot-time/m-p/4413852#M353377</link>
      <description>I created a file (sbin/init.d/sshd)and added /usr/local/sbin/sshd to it and sym link that to /sbin/rc3.d/S999sshd.&lt;BR /&gt;&lt;BR /&gt;let us see in the next reboot.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;-shankar</description>
      <pubDate>Wed, 06 May 2009 06:41:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-sshd-at-boot-time/m-p/4413852#M353377</guid>
      <dc:creator>shankar!</dc:creator>
      <dc:date>2009-05-06T06:41:55Z</dc:date>
    </item>
  </channel>
</rss>

