Home > Cisco Bytes, My Blog > Are you still telneting into your devices?

Are you still telneting into your devices?

October 16th, 2009 rstaples

user-accessBy now I’m sure you’ve already read several articles that explained the pitfalls of using telnet to access your network devices, it’s not a secure way to access your network. Telnet does not offer any encryption, your login and password information is sent across the network in plain text.

Many Cisco devices today allow for SSH configuration. SSH not only allows for encryption of password and login information but also allows you devices to know who is logging in.

SSH can be configured easily on any Cisco device with IOS that supports DES or DES3 (should be using DES3).

Router (config) #username Joe password j03adM1n
Router (config-line) # login local
Router (config) # ip domain-name mylab.local
Router (config) # crypto key generate rsa
Router (config) # line vty 0 4
Router (config-line) # transport input ssh

Once you have your router configured for SSH, you will need to use a terminal program that supports SSH, such as PuTTY, Tera Term or SecureCRT.   Windows XP and Vista include a command line SSH capability, my personal favorite is SecureCRT.

Categories: Cisco Bytes, My Blog Tags: ,
Comments are closed.

Additional comments powered by BackType