Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus
Citrix Certified

Archive for May 20th, 2010

Cisco ASA enable SSH

Thursday, May 20th, 2010 Posted in Cisco, Computer | No Comments »

Follow this quick guide 1) username xxxx password xxxx 2) passwd xxxxx 3) ssh x.x.x.x x.x.x.x {inside/outside} (Example: SSH 130.226.1.2 255.255.255.255 outside, to enable SSH from 130.226.1.2) 4) crypto key generate rsa modulus 2048 5) aaa authentication ssh console LOCAL

Quick pingscan with nmap (ipscan / ip scan)

Thursday, May 20th, 2010 Posted in Debian, Linux | No Comments »

root@ubuntu-server:~# nmap -sP 10.45.1.1-255 Starting Nmap 5.00 ( http://nmap.org ) at 2010-05-20 13:12 CEST Host 10.45.1.1 is up. Host 10.45.1.2 is up (0.0011s latency). MAC Address: 00:19:E0:12:26:1E (Tp-link Technologies Co.) Host 10.45.1.20 is up (0.040s latency). MAC Address: 00:1C:C4:0C:66:5F (Hewlett Packard) Host 10.45.1.30 is up (0.00093s latency). MAC ...