Security/ssh
From Linux Hints
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.

