Skip to content

Instantly share code, notes, and snippets.

View radityaarya's full-sized avatar

Raditya Arya radityaarya

  • Jakarta, Indonesia
View GitHub Profile
# Setting Up VPS
- accessing server
command:
$ ssh -i /pem/location/ [email protected]
example :
$ ssh -i ~/.ssh/pem/mypem.pem [email protected]
note :
# Setting Up VPS
- accessing server
command:
$ ssh -i /pem/location/ [email protected]
example :
$ ssh -i ~/.ssh/pem/mypem.pem [email protected]
note :