Cisco SSH
Cisco SSH
www.mindcert.com Visit us
SSH is an encrypted version way
of accessing the command line
interface of a device It is like an encrypted Telnet
What is SSH?
SSH should ALWAYS be used over a public connection or a
private network that is capable of being sniffed
Subscribe via RSS SSH uses TCP Port 22
Now that the settings are all configured, you The key is generated with a timestamp to ensure
can generate the SSH keys on the device the time is set correctly on the device
These are the keys that are used to Check the current time Router#show clock
encrypt the traffic
Step 3 - Ensure the time is correct
Router(config)#crypto key generate rsa Router#clock set hh:mm:ss
Use the command Change the time
In the format of 09:00:00 for 0900
the default is 512 bits Step 4 - Generate the SSH keys
768 or 1024 is recommended You are asked to confirm the key
Some client ssh software requires a size
minimum of 768 bits
I would always recommend using 1024 bits