Security/ssh

From Linux Hints

Revision as of 11:14, 25 June 2010 by Puffin (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Denying ssh attacks

DenyHosts can automatically add entries to /etc/hosts.deny to reject rapid ssh attempts seen during dictionary attacks.

X Forwarding

Using:

ssh -CX <user>@<host>

Will use compression and give faster X forwarding.

related