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...

Комментарии • 7

  • @cagrihakki
    @cagrihakki 10 месяцев назад +2

    You've showed everything. Thanks!

  • @dannyarmata8878
    @dannyarmata8878 18 дней назад +1

    Is that domain name registered or can make one up for home lab practice ??

    • @dannyarmata8878
      @dannyarmata8878 18 дней назад

      Or set it to my router WAN address?

    • @GulianTechnology
      @GulianTechnology  18 дней назад

      @dannyarmata8878 You do not need to register the domain. It is just an example that I used. 🙂

  • @cojtechsupport607
    @cojtechsupport607 Год назад +1

    thanks for a well done video . Could you show how you remove the RSA keys from the File using vim please.

    • @GulianTechnology
      @GulianTechnology  Год назад

      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