I was trying to upload my files to my Google Cloud VM instance using the following command and I got the following error.
gcloud compute scp --recurse instance-1:/var/www/html public ERROR: (gcloud.compute.scp) Your platform does not support SSH.
Solution.
Well, my operation system doesn't have SSH installed. So, I installed it with the following command.
apt-get install -y ssh