

Once thats done, your team member can SSH to AWS EC2 server running in AWS VPC private subnet in single click from your SloopEngine Account. Sync SSH key pair on this AWS EC2 server.Īll you have to do is to create an access rule on SloopEngine Account to assign SSH access to any of your team member.Deploy SloopEngine CLI on this AWS EC2 server.Add this AWS EC2 server on your SloopEngine Account.Below are the list of things to be done, once its up and running. Make sure you properly attach correct SSH key pair with this AWS EC2 server. Boot AWS EC2 server on AWS VPC public subnetįirst, you have to boot an AWS EC2 server within AWS VPC public subnet. You cannot download the public SSH key directly from AWS EC2 console. When I first set up SSH on the new server, it created a private key file called aws-eb.
#How to do ssh on mac for aws how to
Then you must add an Identity to your SloopEngine Account, where you have to copy and paste the contents of private and public SSH key. The first thing we need to do is to tell Slack how to access the. But you have to retrieve the public SSH key using the downloaded private SSH key with the help of AWS EC2 documentation. Once the SSH key pair is created, the private SSH key will be automatically downloaded to your machine, but the public SSH key won't.

Download SSH key pair from AWS EC2 consoleĬreate new SSH key pair from AWS EC2 console. Check out the AWS EC2 documentation to know how to manage security groups. To allow SSH connection from SloopEngine, you need to write an inbound rule on your AWS EC2 security group to whitelist SloopEngine Gateway IP's.

It is recommended to know the potential security risks involved in sharing SSH keys with the team when providing SSH access. In this blog post, you will learn how to SSH to AWS EC2 server running in AWS VPC public subnet, without sharing SSH key with the team using SloopEngine.
