Add SSH key for additional users in Amazon AWS

  1. Created key using puttygen (other tools can be used also)
    • Key Type = RSA
    • Bits = 2048
  2. Uploaded the public key to the server
  3. Added AllowUsers dev1 (add further users using space) to /etc/ssh/sshd_config
  4. Restart sshd

Leave a Reply