How to configure SSH on a Cisco router or switch
HTML-код
- Опубликовано: 8 фев 2025
- How to configure SSH on a Cisco router or switch
Table of Contents
1. Connect your Cisco router to the network and assign an IP address to one of its interfaces
2. Configure a password for access to Privileged mode
3. Add a local user account and specify a password
4. Configure the VTY lines
5. Configure the router hostname
6. Configure the domain name
7. Generate the crypto keys
8. Specify the SSH version
9. Connect to the router through SSH
You can find a text version here:
gulian.uk/8-st...
CONNECT WITH ME:
LinkedIn: / petru-gulian
Support my work: www.buymeacoff...
You've showed everything. Thanks!
You are welcome, @cagrihakki ! 🙂
Is that domain name registered or can make one up for home lab practice ??
Or set it to my router WAN address?
@dannyarmata8878 You do not need to register the domain. It is just an example that I used. 🙂
thanks for a well done video . Could you show how you remove the RSA keys from the File using vim please.
I am glad that you enjoyed it. To remove the key from the file using Vim, you need to open the file with Vim or any other text editor and identify the line that needs to be removed. After identifying the line, press 2 times on d to remove it. Then press the : key and x to exit from Vim. Please check this guide for more information regarding Vim editor: www.linuxfoundation.org/blog/blog/classic-sysadmin-vim-101-a-beginners-guide-to-vim