13 Jun
So you want to connect securely to your Pix firewall? You will need to setup SSH instead of connecting using telnet. Telnet is clear text and SSH is encrypted.
Below are the required commands to run on your pix:
Hostname "Name"
domain "domain name"
ca generate rsa key 1024
ca save all
ssh 192.168.1.1 255.255.255.255 inside
writ m
The reasons for each […]
Posted in Cisco, Firewalls, Networking, Security by: chris.super
No Comments
02 Jul
So like most IT security minded people I want to use SSH on everything I can because with telnet your username and password are sent over the wire in clear text. Now I know most of you say well if you are internal what matters it your password is sent in clear text who would […]
Posted in Networking, Security by: chris.super
1 Comment
05 Apr
If you are still using telnet to mange some of your devices try to upgrade them to SSH. But I do know that a ton of switches and other lower end devices just don’t have SSH. Most of these devices do have web interfaces but if you are like me nothing beats the good old […]
Posted in General, Networking, Security, Software, Vista by: chris.super
4 Comments