<?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 stop services in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-services/m-p/3892955#M281786</link>
    <description>Hi,&lt;BR /&gt; &lt;BR /&gt;I have new setup and want to do some tasks related to security.&lt;BR /&gt; &lt;BR /&gt; 1. I need to stop Apache service on startup.&lt;BR /&gt; 2. Disabe Crontab for everyone(only few users can use it)&lt;BR /&gt; 3. No one can ftp by user root.&lt;BR /&gt; 4. No one can remote login by user root&lt;BR /&gt; 5. No one can use telnet service&lt;BR /&gt; 6. Disable Reverse DNS lookup by SSH&lt;BR /&gt;&lt;BR /&gt;Regrds,&lt;BR /&gt;&lt;BR /&gt;AFA</description>
    <pubDate>Mon, 06 Nov 2006 07:38:05 GMT</pubDate>
    <dc:creator>Asif Chaudhary</dc:creator>
    <dc:date>2006-11-06T07:38:05Z</dc:date>
    <item>
      <title>stop services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-services/m-p/3892955#M281786</link>
      <description>Hi,&lt;BR /&gt; &lt;BR /&gt;I have new setup and want to do some tasks related to security.&lt;BR /&gt; &lt;BR /&gt; 1. I need to stop Apache service on startup.&lt;BR /&gt; 2. Disabe Crontab for everyone(only few users can use it)&lt;BR /&gt; 3. No one can ftp by user root.&lt;BR /&gt; 4. No one can remote login by user root&lt;BR /&gt; 5. No one can use telnet service&lt;BR /&gt; 6. Disable Reverse DNS lookup by SSH&lt;BR /&gt;&lt;BR /&gt;Regrds,&lt;BR /&gt;&lt;BR /&gt;AFA</description>
      <pubDate>Mon, 06 Nov 2006 07:38:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-services/m-p/3892955#M281786</guid>
      <dc:creator>Asif Chaudhary</dc:creator>
      <dc:date>2006-11-06T07:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: stop services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-services/m-p/3892956#M281787</link>
      <description>Friend &lt;BR /&gt;1- stop apache : &lt;BR /&gt;/sbin/init.d/hpws_apache stop &lt;BR /&gt;2- set cron for users : &lt;BR /&gt;cron.allow &lt;BR /&gt;4- set rlogin : &lt;BR /&gt;more .rhosts it writes root after the name or IP of schemes &lt;BR /&gt;5-telnet : &lt;BR /&gt;/etc/inetd.conf &lt;BR /&gt;comment service telnet it restarts the service : inetd -c &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Nov 2006 07:50:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-services/m-p/3892956#M281787</guid>
      <dc:creator>Calandrello</dc:creator>
      <dc:date>2006-11-06T07:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: stop services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-services/m-p/3892957#M281788</link>
      <description>1. Edit /etc/rc.config.d/apacheconf &lt;BR /&gt;and change &lt;BR /&gt;APACHE_START=1&lt;BR /&gt;to &lt;BR /&gt;APACHE_START=0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. Edit /var/adm/cron/cron.allow and list only users permited to use crontab.&lt;BR /&gt;&lt;BR /&gt;3. Add root in /etc/ftpd/ftpusers&lt;BR /&gt;&lt;BR /&gt;4. Add console in /etc/securetty to disable telnet access for root.&lt;BR /&gt;Edin /etc/opt/ssh/sshd_config  and add &lt;BR /&gt;&lt;BR /&gt;PermitRootLogin no&lt;BR /&gt;Reload ssh service.&lt;BR /&gt;&lt;BR /&gt;5. Comment line for telnet in inetd.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Mon, 06 Nov 2006 07:54:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-services/m-p/3892957#M281788</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2006-11-06T07:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: stop services</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-services/m-p/3892958#M281789</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;1.) vi /etc/rc.config.d/hpws_apache &lt;BR /&gt;change the first variable to zero.&lt;BR /&gt;2.) Already done by default.&lt;BR /&gt;3.) Add root the the ftpusers file. Test it, se veral versions of ftp ignored this feature.&lt;BR /&gt;4.) already posted correctly to the thread.&lt;BR /&gt;5.)vi /etc/inetd.conf comment out telnetd line inetd -k inetd -c&lt;BR /&gt;6.) Can't be done. If ssh is installed it can run any nslookup command you desire. You can change permissions on nslookup in order to perven non-root users from using it. Only workable apporach here is by permissions.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 06 Nov 2006 07:59:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-services/m-p/3892958#M281789</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-11-06T07:59:32Z</dc:date>
    </item>
  </channel>
</rss>

