forked from 9pfs/h.hackclub.app
Try to get ssh to work
This commit is contained in:
parent
f8db71f441
commit
560a201494
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ mkdir .ssh && \
|
|||
echo $DEPLOY_SSH_KEY > .ssh/id_ed25519 && \
|
||||
cat nest-known-hosts-cache.txt > .ssh/known_hosts && \
|
||||
chmod -R go-rwx .ssh && \
|
||||
ssh h@hackclub.app
|
||||
ssh -n -o UserKnownHostsFile=nest-known-hosts-cache.txt @hackclub.app
|
||||
|
|
Loading…
Reference in a new issue