Hi @chetd90,
Thanks for the screenshots. According to the first one, you are using the Google Cloud SSH in-browser console. This console is already logged into your server as the furiousstyles90
user. From that user, you can become the bitnami
user running the command
sudo su bitnami
And after that, you can install the SSH public key with the commands below
cd /home/bitnami
echo "SSH_PUBLIC_KEY" >> /home/bitnami/.ssh/authorized_keys
If you have already installed any SSH key in the /home/furiousstyles90/.ssh/authorized_keys
file, then you should be able to connect using SFTP with the furiousstyles90
user instead of bitnami
.