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

wait is the config file wrong

Changed files
+2 -2
.tangled
workflows
+2 -2
.tangled/workflows/build.yml
··· 37 37 mkdir ~/.ssh 38 38 echo "${SSH_KEY}" > ~/.ssh/id_tangledsh 39 39 chmod 600 ~/.ssh/id_tangledsh 40 - cat > /etc/ssh/ssh_config << EOF 40 + cat > /etc/ssh/sshd_config << EOF 41 41 Host deploy 42 42 HostName ${SERVER_HOST} 43 43 User ${SERVER_USER} ··· 48 48 PasswordAuthentication no 49 49 PubkeyAuthentication yes 50 50 EOF 51 - chmod 600 /etc/ssh/ssh_config 51 + chmod 600 /etc/ssh/sshd_config 52 52 ssh-keyscan -H $SERVER_HOST >> ~/.ssh/known_hosts 53 53 54 54 - name: "Deploy via SCP"