GCP sshfs Mount 方式
先安裝Google Cloud SDK
官方安裝方式
連接你的GCP google account
gcloud init
設定ssh
gcloud compute config-ssh
他會產生以下三個檔案
google_compute_engine
google_compute_engine.pub
google_compute_known_hosts
SSHFS 安裝方式可以參考這篇
我會建立一個mount目錄
mkdir ~/mount/GCP
連線方式
sshfs -o IdentityFile=~/.ssh/google_compute_engine.pub <user_name>@<instance-name>.<region>.<project_id>:~/mount/GCP