Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use ubuntu username instead of arcgis.

  1. Open SSH port 22 in security group of the instance. By default, only HTTP/HTTPS ports are open.
  2. ssh -i ~/.ssh/Joe-SDT.pem ubuntu@35.175.212.218
  3. sudo -i
  4. apt-get update
  5. apt install emacs
  6. apt upgrade
    1. It's OK to apply security patches and upgrade packages.
  7. reboot

...