cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
664
Views
0
Helpful
6
Replies

What is the login to the Ubuntu machine in CML?

Ivan Mamka
Level 1
Level 1

what is it? version 2.4.1

IvanMamka_0-1670764064070.pngIvanMamka_1-1670764091886.png

 

6 Replies 6

balaji.bandi
Hall of Fame
Hall of Fame

ubuntu/cisco works for me.

https://developer.cisco.com/docs/modeling-labs/#!faq/reference-platform-and-images-questions

try below config (by stop node)

#cloud-config
password: cisco
chpasswd: { expire: False }
list: |
user1:cisco
user2:password2
hostname: your_hostname
ssh_pwauth: True
ssh_authorized_keys:
- your-ssh-pubkey-line-goes-here

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Hi, unfortunately all below did not work. Even after copying your config and saving it. I'm able to login using cisco/cisco to the server.

ubuntu/cisco

cisco/cisco

cisco/password2

 

IvanMamka_0-1670793003681.png

IvanMamka_1-1670793038215.png

 

Looks like some bug in docker, does not matter what password you put in there.

so it only use default one.

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

I don't know if were my hands broken, but after a week its working now. It's cisco/cisco.

Sure Time solves the issue for sure......glad that all ok we mark as resolved. ( as I mentioned some docker even you put new password not taking - just a note)

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Ivan Mamka
Level 1
Level 1

It looks like that some services are not started yet and it does not allow to login until then (ssh?....) Below picture shows that few logins failed, but then some final boot module steps performed, and after that I was able to login with the same password (last line shows Welcome)

IvanMamka_0-1672314156660.png