Home | Notes | Github |
---|
For info on how I created my website see the website tut v4. This is just notes on how to then have it hosted online. # nginx See my nginx specific notes.
My malformation of the arch wiki on this subject.
apt install certbot
certbot --nginx
neofetch
broke scp
for me. The basic work around is to not use neofetch
, because its nice and pretty, but not really required (and it costs over 100MB!?).
The second work around appears to be:
if [ -n "$SSH_TTY" ]; then /usr/bin/neofetch; fi
Thank you stack overflow.
See server-security for more pointers.