#Day 12 SSH & SCP

Table of contents

No heading

No headings in the article.

SSH - Secure Shell

If you want to connect this instance through ssh follow bellow steps:

  1. Open an SSH client.

To Check SSH whether is installed in the system or not.

    1. Locate your private key file. The key used to launch this instance is LinuxServer.pem

      3.Run this command, if necessary, to ensure your key is not publicly viewable.

chmod 400 LinuxServer.pem

4.Connect to your instance using its Public DNS:

ec2-18-216-241-30.us-east-2.compute.amazonaws.com

Because of this public key will able to login to the server.

Public Key - Will be on the server

Private Key - Will be shared

To generate key