07-27-2018 01:28 AM - edited 03-08-2019 03:45 PM
Hi Experts,
Please guide me to configure SSH on nexus 9000. I found out that it is different fro IOS, so appreciate the guidance.
07-27-2018 08:27 AM
Hi,
Check the below link..
You need to issue 'feature ssh' to enable this and rest is same as IOS.
hth
MS
07-27-2018 09:01 AM
07-27-2018 10:23 AM - edited 07-27-2018 10:26 AM
Hi,
I do not have 9300 to test but here is what I suggest (basic steps)...
1. Assign host name to the switch
2. Create local admin with password
2. feature ssh
3. Crypto key generate rsa modulus 2048 (if that does not work try what listed in doc -ssh key rsa 2048)
Test ssh access from management workstation (make sure management workstation able to reach switch).
hth
MS
10-09-2020 05:31 AM
Hello Thushan
configure it as below
conf t
feature ssh
ssh key rsa 2048 force
username admin password yorupassword role network-admin
now when you ssh issue
ssh admin@192.168.1.1
type yes for certificate
and then enter the password
192.168.1.1 represent the nexus ip address that you trying to access
please rate if helpfull
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