Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: small clarification

...

(warning) Note that the file permissions of the private key file must be set such that the file is only readable by the user. In the example sample output above, the permissions are set to 400. This means that the only access is read-access by the user.

To connect to the instance interactively, you must connect as the user sshuser, use . Use the following command:

$ ssh -o ServerAliveInterval=30 -i <path-to-your-private key> sshuser@<AWS-public-IP-address>

...

(warning) Note that this account allows root access to a limited subset of commands (use sudo -i). In particular, commands that are required to create more complex network configurations are allowed.

...