ubuntu
(this account has sudo privileges)
$ssh -i
The authenticity of host 'keypair
ubuntu@ec2-public-hostname
ec2-public-hostname
' can't be established. RSA key fingerprint is [...]. Are you sure you want to continue connecting (yes/no)?yes
Warning: Permanently added 'ec2-public-hostname
' (RSA) to the list of known hosts. ubuntu@ec2-public-hostname
$
keypair
is the filename of the keypair you created and downloaded when setting up the master instance. It should have the extension *.pem
. ec2-public-hostname
is that instance's Public Hostname.
exit
command.
*.pem
) that you downloaded from AWS.
*.ppk
extension.
*.ppk
).
ubuntu
for the username.