Configuring environment for accessing the server.
Steps:
- Download the
key
folder from Din's Google Drive - Set permission to both key files:
chmod 600 id_rsa
andchmod 600 id_rsa.pub
- Sign in running
ssh [email protected] -i /<YOUR-PATH>/id_rsa
:)
Configuring environment for accessing the server.
Steps:
key
folder from Din's Google Drivechmod 600 id_rsa
and chmod 600 id_rsa.pub
ssh [email protected] -i /<YOUR-PATH>/id_rsa
:)