ScottWei007 / hello-world

new comer
0 stars 0 forks source link

Mac ssh 连接 gcp #17

Open ScottWei007 opened 4 years ago

ScottWei007 commented 4 years ago
  1. ssh-keygen -t rsa -f ~/.ssh/gcp -C scottwei009
  2. 把公钥gcp.pub上传到gcp实例的源数据
  3. terminate客户端使用ssh -i /Users/scottwei/.ssh/gcp scottwei009@34.87.173.154命令进行连接