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?