<br><br><div><span class="gmail_quote">On 12/7/05, <b class="gmail_sendername">Ben Halicki</b> &lt;<a href="mailto:ben.halicki@macquarietextiles.com.au">ben.halicki@macquarietextiles.com.au</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br><br>I'm planning on configuring SSH for remote administration and was just<br>wondering if anyone has a few tips on securing it.&nbsp;&nbsp;How secure is it to have<br>an SSH port open and accessible via the Internet?&nbsp;&nbsp;I'll be using key-based
<br>authentication only and disabling password authentication.<br><br>Any pointers would be greatly appreciated.<br><br>Thanks,<br><br>Ben Halicki</blockquote><div><br>
hey,<br>
<br>
Do these things<br>
<br>
Disable Root access<br>
Disable Password Authentication <br>
Disable Protocol 1<br>
<br>
Allow these<br>
Allow Users or Allow Groups&nbsp; <br>
<br>
Modify <br>
Port No 22 to some other port <br>
<br>
<br>
<br>
For example<br>
<br>
&nbsp;Port 36655<br>
&nbsp;Protocol 2<br>
PermitRootLogin no<br>
AllowUsers john<br>
MaxAuthTries 2<br>
<br>
Well there are few other things which you can do with ssh as per your requirment.<br>
<br>
Regards<br>
<br>
Ankush Grover<br>
<br>
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com
</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list</a><br></blockquote></div><br>