Open a cloud SSH browser for an instance
This will open an SSH from the browser session if getOption("browser")
is not NULL
gce_ssh_browser(instance)
instance
: the instance resourceOpens a browser window to the SSH session, returns the SSH URL.
You will need to login the first time with an email that has access to the instance.
https://cloud.google.com/compute/docs/ssh-in-browser
Other ssh functions: gce_ssh_addkeys
, gce_ssh_setup
, gce_ssh
Useful links