Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in GCP by (29.3k points)

I am working with Debian on Compute Engine and while working on it, I wonder how I could  use SFTP into the server. There is nothing that I could find documentation on it, any idea how SFTP works with the linux server.

1 Answer

0 votes
by (50.2k points)

Yes, you can use SFTP with the compute engine. These are the steps that will help you to use SFTP.

Install and run Google Cloud SDK(gcloud init) where you can generate the ssh key using gcloud compute ssh. Where you can install the FTP client and add the key. Thus it will help you to connect VM using SFTP client.

Refer to the below tutorial on GCP training for better understanding.

Browse Categories

...