fickit: Fix inverted hostname

This commit is contained in:
nemunaire 2023-07-25 07:36:44 +02:00
commit bbe2072b4f
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
# retrieves submissions
BASEDIR="/srv"
FRONTEND_HOSTNAME="deimos"
FRONTEND_HOSTNAME="phobos"
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"