beporter Posted 5 hours ago Posted 5 hours ago 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. Quote
Unknown025 Posted 4 hours ago Posted 4 hours ago 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". Quote
wolstech Posted 3 hours ago Posted 3 hours ago 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. Quote
beporter Posted 2 hours ago Author Posted 2 hours ago Many thanks to both of you. πββοΈ Quote
beporter Posted 1 hour ago Author Posted 1 hour ago 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. π€¦ββοΈ Quote
KazVee Posted 1 hour ago Posted 1 hour ago 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.