Tacacs - SSH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2009 05:56 PM - edited 03-04-2019 12:51 AM
If i use telnet to connect to routers and switches using username and password authenticating via tacacas,
Travel username and password in clear text ?, i need implement ssh?,
- Labels:
-
Other Routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2009 06:03 PM
Pedro,
That is correct telnet traffic is in clear text and and be clearly read. SSH will encrypt so that it cannot be easily read. SSH is much better way in doing business, and is heavily recommended.
HTH,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2009 09:37 AM
crypto key generate rsa
line vty 0 4
transport input ssh
