Merge "use ec2-user instead of ec2_user"
This commit is contained in:
commit
bcae06a2b7
@ -23,7 +23,7 @@
|
||||
<p>{% trans "After launching an instance, you login using the private key (the username might be different depending on the image you launched):" %}</p>
|
||||
<p><pre>ssh -i cloud.key ubuntu@<instance_ip></pre></p>
|
||||
<p>{% trans "or:" %}</p>
|
||||
<p><pre>ssh -i cloud.key ec2_user@<instance_ip></pre></p>
|
||||
<p><pre>ssh -i cloud.key ec2-user@<instance_ip></pre></p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user