<?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: restricting ssh... in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/restricting-ssh/m-p/4927989#M46151</link>
    <description>In the /etc/ssh/sshd_config, configure the option:&lt;BR /&gt;&lt;BR /&gt;ListenAddress</description>
    <pubDate>Thu, 22 Sep 2005 07:59:47 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2005-09-22T07:59:47Z</dc:date>
    <item>
      <title>restricting ssh...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/restricting-ssh/m-p/4927982#M46144</link>
      <description>all,&lt;BR /&gt;I have eth0 and eth0:1, I want to run apache on eth0:1 but do not want any one to be able to ssh to eth0:1.  I know how to restrict ssh login vi ip address, but do not know how to do it just for eth0:1.  Does any any know how?  Thanks.</description>
      <pubDate>Wed, 21 Sep 2005 19:50:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/restricting-ssh/m-p/4927982#M46144</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2005-09-21T19:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: restricting ssh...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/restricting-ssh/m-p/4927983#M46145</link>
      <description>ssh has a ssh_config file set. You can restrict access and ssh server listening based on the IP address you have assigned.&lt;BR /&gt;&lt;BR /&gt;There is a Listen directive. Usually its set to 0.0.0.0 which means all IP addresses. It can however be repeated and set to individual IP addresses.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 21 Sep 2005 23:23:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/restricting-ssh/m-p/4927983#M46145</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-09-21T23:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: restricting ssh...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/restricting-ssh/m-p/4927984#M46146</link>
      <description>You can also use Iptables or a front-end (shorewall for example) to create 2 zones, and custom rules for each zone.</description>
      <pubDate>Wed, 21 Sep 2005 23:55:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/restricting-ssh/m-p/4927984#M46146</guid>
      <dc:creator>Nils_9</dc:creator>
      <dc:date>2005-09-21T23:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: restricting ssh...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/restricting-ssh/m-p/4927985#M46147</link>
      <description>Chan, &lt;BR /&gt;&lt;BR /&gt;You can use /etc/ssh/ssh_config to restrict IP. Or you can use IP tables in Linux.&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 22 Sep 2005 00:24:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/restricting-ssh/m-p/4927985#M46147</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-22T00:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: restricting ssh...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/restricting-ssh/m-p/4927986#M46148</link>
      <description>&lt;BR /&gt;use /etc/ssh/sshd_config file to restrict logins by ip address subnet. you can also use iptables to prevenet ssh port access (port 22) to eth0:1&lt;BR /&gt;&lt;BR /&gt;Also SSH supports tcp_wrappers you can enable/disable access to ssh based on IP address by adding necessary configuration to /etc/hosts.allow and /etc/hosts.deny file&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Thu, 22 Sep 2005 01:09:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/restricting-ssh/m-p/4927986#M46148</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-09-22T01:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: restricting ssh...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/restricting-ssh/m-p/4927987#M46149</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use the ipmasq package, then disable the masqing portion of it. Just see the rules.&lt;BR /&gt;&lt;BR /&gt;You can use DNS to run on a particular interface or ip. You can restrict the other services through ipchains - creating the rules in the /etc/ipmasq/rules directory. In Apache,  we may specify the IP addresse to listen.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Sep 2005 01:41:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/restricting-ssh/m-p/4927987#M46149</guid>
      <dc:creator>VEL_1</dc:creator>
      <dc:date>2005-09-22T01:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: restricting ssh...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/restricting-ssh/m-p/4927988#M46150</link>
      <description>Hi K.C ,&lt;BR /&gt;&lt;BR /&gt;If you make /etc/nologin ,  totoal ssh will be restricted ,&lt;BR /&gt;&lt;BR /&gt;Though you can configure the file ssh_config ,&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Raj.</description>
      <pubDate>Thu, 22 Sep 2005 06:20:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/restricting-ssh/m-p/4927988#M46150</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-09-22T06:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: restricting ssh...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/restricting-ssh/m-p/4927989#M46151</link>
      <description>In the /etc/ssh/sshd_config, configure the option:&lt;BR /&gt;&lt;BR /&gt;ListenAddress</description>
      <pubDate>Thu, 22 Sep 2005 07:59:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/restricting-ssh/m-p/4927989#M46151</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-09-22T07:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: restricting ssh...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/restricting-ssh/m-p/4927990#M46152</link>
      <description>thanks, all. I got my answ.</description>
      <pubDate>Sun, 25 Sep 2005 08:40:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/restricting-ssh/m-p/4927990#M46152</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2005-09-25T08:40:08Z</dc:date>
    </item>
  </channel>
</rss>

