<?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: How to forbid the command   ftp &amp;gt; ! /bin/ksh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-forbid-the-command-ftp-gt-bin-ksh/m-p/2654066#M46779</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Remove /bin/ksh from /etc/shells will forbid a user with the login shell /bin/ksh from FTP'ing into the system.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
    <pubDate>Mon, 28 Jan 2002 18:32:45 GMT</pubDate>
    <dc:creator>Steven Sim Kok Leong</dc:creator>
    <dc:date>2002-01-28T18:32:45Z</dc:date>
    <item>
      <title>How to forbid the command   ftp &gt; ! /bin/ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-forbid-the-command-ftp-gt-bin-ksh/m-p/2654061#M46774</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to forbid /bin/ksh when a user is on ftp prompt.&lt;BR /&gt;&lt;BR /&gt;What can I do ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jan 2002 17:24:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-forbid-the-command-ftp-gt-bin-ksh/m-p/2654061#M46774</guid>
      <dc:creator>Manceau</dc:creator>
      <dc:date>2002-01-28T17:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to forbid the command   ftp &gt; ! /bin/ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-forbid-the-command-ftp-gt-bin-ksh/m-p/2654062#M46775</link>
      <description>Manceau,&lt;BR /&gt;&lt;BR /&gt;What OS are you running?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 28 Jan 2002 17:28:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-forbid-the-command-ftp-gt-bin-ksh/m-p/2654062#M46775</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-01-28T17:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to forbid the command   ftp &gt; ! /bin/ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-forbid-the-command-ftp-gt-bin-ksh/m-p/2654063#M46776</link>
      <description>Using the ! to escape ftp is a server setting. On the server side, look at the ftp daemon configs to forbid shell escape (and perhaps the site and quote commands too).</description>
      <pubDate>Mon, 28 Jan 2002 17:34:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-forbid-the-command-ftp-gt-bin-ksh/m-p/2654063#M46776</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-01-28T17:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to forbid the command   ftp &gt; ! /bin/ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-forbid-the-command-ftp-gt-bin-ksh/m-p/2654064#M46777</link>
      <description>&lt;BR /&gt;In 11.x, I'm not sure you can, but maybe you want to look into using tftp if you can't trust your users? Plus you have the pipe commands, like ls -l "| more", where more allows you to "escape" to a shell.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 28 Jan 2002 17:47:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-forbid-the-command-ftp-gt-bin-ksh/m-p/2654064#M46777</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-01-28T17:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to forbid the command   ftp &gt; ! /bin/ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-forbid-the-command-ftp-gt-bin-ksh/m-p/2654065#M46778</link>
      <description>You can try this ..&lt;BR /&gt;&lt;BR /&gt;Set the SHELL variable to /bin/false in your user environment. That should restrict the use of all "!" command within ftp.</description>
      <pubDate>Mon, 28 Jan 2002 17:57:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-forbid-the-command-ftp-gt-bin-ksh/m-p/2654065#M46778</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-01-28T17:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to forbid the command   ftp &gt; ! /bin/ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-forbid-the-command-ftp-gt-bin-ksh/m-p/2654066#M46779</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Remove /bin/ksh from /etc/shells will forbid a user with the login shell /bin/ksh from FTP'ing into the system.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Mon, 28 Jan 2002 18:32:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-forbid-the-command-ftp-gt-bin-ksh/m-p/2654066#M46779</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-01-28T18:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to forbid the command   ftp &gt; ! /bin/ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-forbid-the-command-ftp-gt-bin-ksh/m-p/2654067#M46780</link>
      <description>&lt;BR /&gt;When they run &lt;BR /&gt;ftp &amp;gt; ! /bin/ksh&lt;BR /&gt;&lt;BR /&gt;the shell is executed on the local host; thus ftpd server configs aren't in play:&lt;BR /&gt;&lt;BR /&gt;man ftp&lt;BR /&gt;&lt;SNIP&gt;&lt;BR /&gt;&lt;BR /&gt;! [blah] Invoke a shell on the local host.&lt;BR /&gt;&lt;BR /&gt;I suppose you can do things like restrict users from having a valid shell (/usr/bin/false, /usr/bin/ftponly), but those are generally server side configurations, and I'd have to wonder (if you limit them on the client side), how they got to the ftp command to begin with.&lt;BR /&gt;&lt;BR /&gt;&lt;/SNIP&gt;</description>
      <pubDate>Mon, 28 Jan 2002 19:55:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-forbid-the-command-ftp-gt-bin-ksh/m-p/2654067#M46780</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2002-01-28T19:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to forbid the command   ftp &gt; ! /bin/ksh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-forbid-the-command-ftp-gt-bin-ksh/m-p/2654068#M46781</link>
      <description>Thank you for your help.&lt;BR /&gt;&lt;BR /&gt;Philipe MANCEAU.</description>
      <pubDate>Tue, 29 Jan 2002 13:40:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-forbid-the-command-ftp-gt-bin-ksh/m-p/2654068#M46781</guid>
      <dc:creator>Manceau</dc:creator>
      <dc:date>2002-01-29T13:40:13Z</dc:date>
    </item>
  </channel>
</rss>

