-2

I have a network of Raspberry Pis that I access through a virtual private network on Amazon. The vpn is openvpn. To access the group from a Windows PC I issue the command

putty -i my_key.ppk ec2-user@(...ip address)

I guess my_key is a public key file. How do I do this with a Chromebook?

Ian Boag
  • 2,462
  • 2
  • 10
  • 6

1 Answers1

0

go into the EC2 page, check the box of the instance you want to connect to, then click connect at the top. you dont need putty, just open a terminal and use ssh. it gives you the whole command to paste and as long as you have your pem file you will be all set.

here is a chromebook app you can use for ssh

https://chrome.google.com/webstore/detail/secure-shell-app/pnhechapfaindjhompbnflcldabbghjo

sao
  • 1,835
  • 6
  • 21
  • 40