0

I found this question: SSH to AWS Instance without key pairs for how to disable the need to use keypairs on an EC2 instance.

I'd like to do something like that but if possible still use keypairs yet have multiple users. We'd like to give clients and vendors access to the server but don't want to share the same keypair with everyone.. is there a way to still use Keypairs yet have multiple user accounts to the server?

Community
  • 1
  • 1
Peter
  • 3,144
  • 11
  • 37
  • 56

2 Answers2

-2

I think the content of the dead-link can now be found as a Gist at https://gist.github.com/shauns/6229678

  • A link is not an answer , Kindly try to elaborate your answer with link as your support element. Please read this http://stackoverflow.com/help/how-to-answer – PKumar Feb 14 '14 at 18:52
-3

Found the answer: http://blog.taggesell.de/index.php?/archives/73-Managing-Amazon-EC2-SSH-login-and-protecting-your-instances.html

Peter
  • 3,144
  • 11
  • 37
  • 56