Skip to content

Instantly share code, notes, and snippets.

View amancioandre's full-sized avatar
🤠
Life is what happens outdoors!

André Amnc amancioandre

🤠
Life is what happens outdoors!
View GitHub Profile
@amancioandre
amancioandre / aliases.md
Last active March 14, 2020 00:58
SSH Aliases and Peaceful Connection

SSH ALIASES AND PEACEFUL CONNECTION

If you want a smooth ride on the cloud paradise you should leave your keys in the secret stash! Well, jokes aside, it seems we will be coming back and forth to our EC2 instances and, following good examples from @atgmello and @gabfr, I've come up with a simple step-by-step procedure to easy the journey whenever we want to rapidly connect to our instances.

After you set up your permissions with:

chmod 400 <your-pem-path>
@amancioandre
amancioandre / Usefull_Commands.md
Last active February 10, 2020 17:40
Usefull Commands

Usefull Commands

SSH

Add a RSA Id, ssh Key

$ ssh-add -k ~/.ssh/id_rsa

Show your public RSA Id, ssh

$ cat ~/.ssh/id_rsa.pub
@amancioandre
amancioandre / README-Template.md
Created December 13, 2018 13:20 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites