Use SSH Client to connect your Google Compute Engine

The easy way is via browser.


Below is use putty.exe on windows.
Other system, you can refer to offical guide.


 1. Generate a new key-pair via putty-gen tool.    
     PS: please move your mouse over the blank area, otherwise the progress bar is waiting.
 
   PS: write your user name(offen your google account name) in the Key comment.
   And Click Save private key button to save the private key.
   Copy the  Public key to clipboard.


2. Add the ssh public key in your cloud platform.
 
3. Connect via putty tool.
    the host IP is the external IP which you have one when create your VM.

  
    Specify the private key file here.


Now everything is ready, just connect to your Google Compute Engine and enjoy it.
 




 

 











No comments:

Post a Comment

fixed: embedded-redis: Unable to run on macOS Sonoma

Issue you might see below error while trying to run embedded-redis for your testing on your macOS after you upgrade to Sonoma. java.la...