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/ user@public.ip.adress
example :
$ ssh -i ~/.ssh/pem/mypem.pem user@12.345.567.89
note :
# Setting Up VPS
- accessing server
command:
$ ssh -i /pem/location/ user@public.ip.adress
example :
$ ssh -i ~/.ssh/pem/mypem.pem user@12.345.567.89
note :