Post tagged: linux

Discovering the Seagate Central

NMAP Scan

ryant@spitfire:~$ nmap 192.168.1.11

Starting Nmap 6.00 ( http://nmap.org ) at 2013-06-29 13:17 SAST
Nmap scan report for 192.168.1.11
Host is up (0.0098s latency).
Not shown: 990 closed ports
PORT     STATE SERVICE
21/tcp   open  ftp
22/tcp   open …

MySQL Over an SSH Tunnel

The Problem-ette

I need to access a number of MySQL servers which are only accessible via ssh jump boxes, ie. I have to ssh to Box A in order to connect to Box B via SSH or the MySQL client.

This can get a bit tedious.

The Solution

Being able …