Reputation: 147
Is it possible to connect to GCE VM instances using Chrome's Secure SSH? If so, how are you all accomplishing this?
Upvotes: 1
Views: 151
Reputation: 13424
Yes, here's how to do this:
Install the Chrome SSH extension, if you haven't already.
Add your SSH key to the project.
Configure the new connection in Chrome SSH:
a. Open the extension. You can find it if you open the URL chrome://apps
if it's not already visible when you open the browser or open a new tab. Or you can also visit its URL in the Chrome Web Store and click on the "launch" button.
b. Find the IP address of your instance via gcutil getinstance
or by looking at your instance on the Developers Console.
c. Click on the "Import" link, select the two files:
~/.ssh/google_compute_engine
~/.ssh/google_compute_engine.pub
Click on "Connect".
Upvotes: 2