.. _login-murano-instance: .. toctree:: :maxdepth: 2: ================================ Log into murano-spawned instance ================================ After the application is successfully deployed, you may need to log into the virtual machine with the installed application. Follow the steps below. Follow the steps below All cloud images (including images imported from `The OpenStack Application Catalog `_) have password authentication turned off. That is why it is not possible to log in from the dashboard console. So SSH is used to reach an instance spawned by murano. Possible default image users are: * *ec2-user* * *ubuntu* or *debian* (depending on the operation system) #. Prepare a key pair. To log in through SSH, provide a key pair during the application creation. If you do not have a key pair, click the plus sign to create one directly from the Configure Application dialog. .. image:: figures/add_key_pair.png :alt: Application creation: key pair :width: 630 px #. After the deployment is completed, find out the instance IP address. Check out: * Deployment logs .. image:: figures/app_logs.png :alt: Application logs: IP is provided :width: 630 px * Detailed instance parameters. See the :guilabel:`Instance name` link on the Component Details page. .. image:: figures/app_details.png :alt: Application details: instance details link :width: 630 px #. To connect to the instance through SSH with the key pair, run: .. code-block:: console $ ssh ec2-user@ -i