Update ssh-keys

This commit is contained in:
nemunaire 2023-04-03 22:06:49 +02:00
commit 71d7ac3cbf
2 changed files with 1 additions and 34 deletions

View file

@ -4,7 +4,7 @@
# retrieves submissions
BASEDIR="/srv"
FRONTEND_HOSTNAME="synchro@deimos"
FRONTEND_HOSTNAME="deimos"
SSH_OPTS="ssh -p 22 -i ~/.ssh/id_ed25519 -o ControlMaster=auto -o ControlPath=/root/.ssh/%r@%h:%p -o ControlPersist=2 -o PasswordAuthentication=no -o StrictHostKeyChecking=no"