01-04-2019 08:46 PM - edited 03-08-2019 04:57 PM
Am I can configurate ssh whithout set ip domain name?
Which is importanting the ip domain name in the configuration the ssh?
Solved! Go to Solution.
01-04-2019 09:04 PM
Hi @eduangel,
This is because the rsa key name is composed by host name and domain name, and since ssh needs an rsa key in order to work, we need to specifiy a domain name before configuring the rsa key.
Regards
01-04-2019 09:22 PM
Hi
By default on Cisco IOS, when generation rsa keys, it names it using hostname+domain-name.
If you add the keyword LABEL xxxx (where xxxx corresponds to a name you want), you'll see you won't get any error message anymore.
01-06-2019 10:26 AM
Francesco already answered your question. For some more info on this topic, I have written a little document:
01-04-2019 09:04 PM
Hi @eduangel,
This is because the rsa key name is composed by host name and domain name, and since ssh needs an rsa key in order to work, we need to specifiy a domain name before configuring the rsa key.
Regards
01-04-2019 09:22 PM
Hi
By default on Cisco IOS, when generation rsa keys, it names it using hostname+domain-name.
If you add the keyword LABEL xxxx (where xxxx corresponds to a name you want), you'll see you won't get any error message anymore.
01-06-2019 10:26 AM
Francesco already answered your question. For some more info on this topic, I have written a little document:
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide