cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1141
Views
0
Helpful
1
Replies

IOS XR Programmability Username: admin Password: admin Not working.

scdugan
Level 1
Level 1

 

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!

1 Accepted Solution

Accepted Solutions

scdugan
Level 1
Level 1

 

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.

 

 

View solution in original post

1 Reply 1

scdugan
Level 1
Level 1

 

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.