Set up an SSH connection on a Cisco device

Creation of user names, domains, and keys (Here we take an exemple of Cisco router.) Firstly, if you havenโ€™t already done so, give your device a personalized name and a domain name: Router(config)# hostname Toto Toto(config)# ip domain-name exemple.com Remember to secure the privileged mode of your device! Toto(config)# enable secret <mot_de_passe> Then, we have to tell to our router (or switch) to generate aymetric key pair (required to the SSH connection)....

November 17, 2022 ยท 3 min ยท Thomas