fickit: Fix inverted hostname
This commit is contained in:
parent
57720f156e
commit
bbe2072b4f
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Reference in a new issue