pds dash for shimaenaga.veryroundbird.house (based off of pds.witchcraft.systems)

update ssh perms

Changed files
+3 -3
.tangled
workflows
+2 -2
.tangled/workflows/build.yml
···
mkdir ~/.ssh
echo "${SSH_KEY}" > ~/.ssh/id_tangledsh
chmod 600 ~/.ssh/id_tangledsh
-
cat > /etc/ssh/sshd_config << EOF
+
cat > /etc/ssh/ssh_config << EOF
Host deploy
HostName ${SERVER_HOST}
User ${SERVER_USER}
···
PasswordAuthentication no
PubkeyAuthentication yes
EOF
-
chmod 600 /etc/ssh/sshd_config
+
chmod 600 /etc/ssh/ssh_config
ssh-keyscan -H $SERVER_HOST >> ~/.ssh/known_hosts
- name: "Deploy via SCP"
+1 -1
README.md
···
* Replaced favicon
* Ported in guestbook functionality from another PDS frontpage (see new config options)
* Secret unique easter egg :)
-
* Wrote deploy pipeline for tangled.sh (WORK IN PROGRESS help try #4 - ssh key format?)
+
* Wrote deploy pipeline for tangled.sh (WORK IN PROGRESS help try #5 - changing ssh perms?)
you can see it running at [my pds!](https://shimaenaga.veryroundbird.house)