Jump to content

Recommended Posts

Posted

Like others, I suspect my home (static) IP to be blocked from repeated attempts to figure out the correct SFTP connection details.

Are additional plesk/domain user accounts with the "Upload/Manage Files" permission allowed to SFTP into the server? I'm trying to follow the principle of least privilege here and not use my root HelioHost account credentials in a GitHub Action to deploy the site.

Posted

I've unblocked your IP address. I've never used Plesk's users feature, but you can change the FTP credentials in the "Connection Info" page under "Websites & Domains".

Posted
Quote

Are additional plesk/domain user accounts with the "Upload/Manage Files" permission allowed to SFTP into the server?

No. Subaccounts created through Plesk do not support SFTP. We had to turn off the ability to create SFTP users because of a security issue in Plesk. These accounts might work if you use regular FTP on port 21 though.

SFTP on port 1373 only works for the hosting account username.

Posted

Is the failed connection attempt limit `3`, perhaps? I went back to my root heliohost username and sftp password, but my SFTP client (Panic's Transmit.app) kept trying to use an ssh key instead of the saved password. That required adding a block to my `~/.ssh/config`:

Host morty.heliohost.org
	PasswordAuthentication yes
	PreferredAuthentications password
	IdentitiesOnly yes
	IdentityFile /dev/null

But by the time I got that set, it was apparently too late again. πŸ€¦β€β™‚οΈ

Posted

Oh, I have that kind of luck sometimes! πŸ˜… I've unblocked your IP again. Even if I did know the failed attempt limit I probably shouldn't share it for security reasons. Please try to connect again, and let us know if you have any more trouble.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...