To connect to your BlueCat AWS Virtual Appliances, you must log in as the bluecat user via SSH with the generated key pair file.
Attention: In accordance with AWS best practices, SSH
root account login is disabled for
BlueCat AWS Virtual Appliances.
To connect your instances via SSH:
ssh -i <key_pair_file_name> root@<eth0_ip>
After successfully connecting to your instances, you can now access the BlueCat AWS Virtual Appliances command-line interface using sudo su - admin.
You can also access the root account using sudo bash.