diff --git a/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs/_import.html b/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs/_import.html index 5664e0a491..3c310b01fc 100644 --- a/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs/_import.html +++ b/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/keypairs/_import.html @@ -23,7 +23,7 @@

{% trans "After launching an instance, you login using the private key (the username might be different depending on the image you launched):" %}

ssh -i cloud.key ubuntu@<instance_ip>

{% trans "or:" %}

-

ssh -i cloud.key ec2_user@<instance_ip>

+

ssh -i cloud.key ec2-user@<instance_ip>

{% endblock %}