Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aridanemartin committed Jun 29, 2024
1 parent f08a2fc commit e67b748
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ This project has a frontend repository related

To have in mind:

Ubuntu doesn't accept RSA keys by default

1. Edit /etc/ssh/sshd_config using `sudo nano`
2. Add this line at the end of the file `CASignatureAlgorithms +ssh-rsa`

User from EC2 needs permissions to interact with Docker
(Run this command in EC2 for troubleshooting)
sudo usermod -aG docker $USER

CONNECT TO INSTANCE
`ssh -i "gatos-sin-hogar.pem" ubuntu@ec2-18-133-76-236.eu-west-2.compute.amazonaws.com`

0 comments on commit e67b748

Please sign in to comment.