Ssh access for static web site

Hi, I used to be able to host my static site by rsync’ing the content to:

inkdroid@didier.mayfirst.org:web

I added my public key in the Server Access area of the control panel, and it worked great. But now I’m unable to log in automatically to didier with ssh. At some point I think I discovered that I should be rsyncing to:

inkdroid@shell.mayfirst.org:web

But this only works if I have logged into the Control Panel in the last 24 hours? Is there any way around this?

Hi @inkdroid Yes - here is a tip sheet on how you can automate that process:

https://help.mayfirst.org/en/guide/how-to-automate-ssh-access

I’ve added the script to my workflow so I just need to call one extra command before running the rsync command.

1 Like

Awesome, thanks @jamie !