SFTP Setup on Reclaim Cloud

Cloud rookie here, trying to get an SFTP connection for an existing WordPress site in reclaim cloud.

Created key on mac via

ssh-keygen -t rsa

Copied public key to the console.

I can successfully ssh in from terminal but am failing at setting up Filezilla

Have followed all steps here SSH Protocols | Virtuozzo Dev Docs for setting up site in FIleZilla. It fails with (hiding my ids here with **** but they match the commands in SFTP / SSH Connection Details

Command:	open "***-****@gate.my.reclaim.cloud" 3022
Error:        	FATAL ERROR: No supported authentication methods available (server sent: publickey,gssapi-keyex,gssapi-with-mic)
Error:        	Could not connect to server

Help appreciated, oh mighty cloud dwellers…

Try creating a new site entry in File >> Site Manager, changing the logon type to Key file and specifying the full path to the Key file. I was able to connect successfully this way after adding my SSH key in the SSH Access section of the Environment’s settings.

Thanks, Chris.

That worked like a charm. Now how do I find the directory for the web site I am trying to modify? (this is for ds106)

Since it looks to be a WordPress site, you should be able to go to /var/www/webroot/ROOT in the Remote site path.

image

Got it, thanks again

This topic was automatically closed after 365 days. New replies are no longer allowed.