VMware Cloud Community
mayankvcp
Contributor
Contributor

what is the default login credentials for VIO 2.0 nodes . for ex. loadbalancer , rabbit mq etc..

what is the default login credentials for VIO 2.0  nodes . for ex.  loadbalancer , rabbit mq etc..

3 Replies
admin
Immortal
Immortal

Log in to the OpenStack Management Server (OMS), this is the VM in the VIO vApp that you installed.

you can ssh to all the control plane VMs from he OMS server

0 Kudos
mvoelker
VMware Employee
VMware Employee

As Arvind noted you can log in to the OMS as "viouser" (with the password you set up during the installation) and SSH from there to other nodes on the control plane.  The passwords on the other control plane nodes are randomly generated, but you can use preinstalled RSA keys to log in.  In the /home/viouser/.ssh directory on the OMS you'll find a pre-generated public/private keypair.  The public key has been preinstalled in the corresponding /home/viouser/.ssh/authorized_keys files on other other control plane nodes, so when you ssh to them from the OMS as "viouser" you won't need a password.

mayankvcp
Contributor
Contributor

yes found the id_rsa & id_rsa.pub  in the ssh dir.

but while taking ssh from the OMS server its gets disconnected showing message " public Key denied".

Any suggestions on this.

0 Kudos