05-12-2020 06:30 PM
Does anyone know what the default login credentials for the ubuntu servers in the CML Sandbox are?
05-12-2020 09:25 PM
06-12-2020 07:49 PM - edited 06-12-2020 08:02 PM
user : ubuntu
password: cisco
*****in Edit Config, COPY AND PASTE THOSE LINES before starting your ubuntu 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
!!Good luck !!
10-02-2020 12:58 AM
04-18-2023 11:56 PM
I have tried these two pasword and they all dont work. I have also tried username:ubuntu Password: cisco as well as username: ubuntu Password: ubuntu. am trying to get console access to my ubuntu VM
04-19-2023 06:47 AM
ii found this "
The Ubuntu image uses cloud-init YAML for configuration. Please ensure that you have a valid cloud-init configuration in the node's Edit Config pane in the Workbench. When you drop an Ubuntu node on the canvas in the Workbench, a very brief (but complete) skeleton for a cloud-init configuration is added to the node.
The pre-configured default username on the VM image is ubuntu, but the initial config for the node overrides the default_user account to be cisco. To log into the node as with this default user account, ensure that the cloud-init config for the node either specifies a password with the top-level password field or provides at least one SSH public key with the top-level ssh_authorized_keys field." and it worked
07-17-2023 05:14 PM
Try
user: cisco
password: cisco
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