03-23-2021 11:48 AM
When connecting via SSH to any of the boxes in the IOS XR Programmability lab the username/password of admin/admin doesn't appear to be correct.
Currently getting:
ssh admin@10.10.20.70 2211
admin@10.10.20.70's password:
Permission denied, please try again.
I have so far canceled my reservation and started a new one with the same results.
I have tried developer/C1sco12345 which is the username/password combo for other devnet labs.
I have tried all other variations of admin/cisco/cisco123 etc.
Please help!
Solved! Go to Solution.
03-23-2021 12:04 PM
Figured it out.... command on a Mac CLI needs to be
ssh -p 2211 admin@10.10.20.70
had to turn on verbose mode to see that it was connecting to port 22.
03-23-2021 12:04 PM
Figured it out.... command on a Mac CLI needs to be
ssh -p 2211 admin@10.10.20.70
had to turn on verbose mode to see that it was connecting to port 22.
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