The big flow is as follows.
Enter the name of the key pair and download.
Store the local key pair in the ~ / .ssh /
folder and grant permissions as follows.
chmod 400 ~/.ssh/DataLamda_Outer.pem
You can check it by right-clicking the created instance item → selecting Connection.
The basic command is as follows.
ssh -i Certificate path username@IP address
Recommended Posts