12-11-2022 05:12 AM
12-11-2022 11:54 AM
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
12-11-2022 01:11 PM
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
12-12-2022 09:10 AM
Looks like some bug in docker, does not matter what password you put in there.
so it only use default one.
12-17-2022 03:48 AM
I don't know if were my hands broken, but after a week its working now. It's cisco/cisco.
12-17-2022 05:03 AM
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)
12-29-2022 03:42 AM
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)
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