User Tools

Site Tools


ssh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ssh [2017/01/05 06:17] – created felixonmarsssh [2018/05/05 01:44] (current) felixonmars
Line 2: Line 2:
 <code> <code>
 ssh -o StrictHostKeyChecking=no <username>@<server> ssh -o StrictHostKeyChecking=no <username>@<server>
 +</code>
 +
 +==== SSHGuard ====
 +<code>
 +iptables -A INPUT -m multiport -p tcp --destination-ports 22 -j sshguard
 +iptables-save > /etc/iptables/iptables.rules
 </code> </code>
  
ssh.txt · Last modified: 2018/05/05 01:44 by felixonmars