Linux SSH Remote Deploy

Godot Version

4.4.1

Question

Hi all,
Does anyone know how to use the SSH remote deploy feature? I tried to fill all fields, enabling and exporting the project, but nothing seems to be happening.

I can’t find anything online about this topic.

Thank you! :slight_smile:

Never used it, but from looking at it, your Host looks incorrect. I’m guessing here based on scp which is the secure copy command use on linux to transfer files between machines.

scp local_file.txt username@remote_host:/path/to/destination/

Your host should be an IP address or domain name as well as a file path. Also, since you are using ssh, you’re going to need to have the ssh certificate on your box somewhere because that’s how it authenticates instead of using a password.

Hopefully someone will have more information for you.

1 Like

I deliberately left the host blank to avoid showing my machine’s IP address. I apologize that this caused some ambiguity.

In any case, I don’t have an SSH certificate on my machine; I normally access my VPS using a password. I thought Godot would ask for a password or something during the export process, but it doesn’t ask for anything.

Let’s wait and see if anyone else knows more.
Thanks for the response, anyway!

1 Like