SSH vs Script Kiddies How-to Guide

Thursday, May 31st, 2007

Scope

Some idiot created a SSH worm that uses a dictionary attack to try to log into a computer over port 22. The worm tries to set up shop on your computer and tries to find the next vulnerable computer. This clogs up networks with bazillions of SSH login attempts.

(more…)

APF Deny ALL for SSH Limit IP Connections

Tuesday, May 29th, 2007

APF Deny ALL for SSH – Limit IP Connections

APF firewall can deny ALL connections for ssh and allow only a single or select few of IPs to connect to your server. We’ll guide you through DENY ALL with APF firewall.

(more…)

Common SSH Commands – Linux Shell Commands

Tuesday, May 29th, 2007

We’ve put together some of the more frequently used SSH commands or linux shell commands, and organized them by name so you can easily find a command, their description and how to use it. This guide will continue to be updated and should not be considered a complete list of SSH commands or linux shell commands, but commands, we found, often used. If you would like to add to this guide, please email us and let us know.

(more…)

Creating a Welcome message for SSH logins

Tuesday, May 29th, 2007

Did you ever want to change or create a new login message antime someone logs into SSH? We’ll show you how it’s done.

(more…)

Unix: Disable Direct Root Logins

Tuesday, May 29th, 2007

Allowing the root user to login directly is a major security issue, we’ll show you how to disable it so you can still login as root but just not directly, reducing the security issue.

(more…)