cd ~/.ssh
ssh-keygen -t rsa -f ~/.ssh/gc_filename -C username
Open Google Cloud computing VM instance and click edit button once file is editable click on put your code inside of SSH Keys
vi gc_filename.pub
chmod 400 gc_filename
ssh -i gc_filename [email protected]_ip
FTP