# gadi-cylc-setup: DO NOT EDIT BETWEEN HERE AND END
# Allow Gadi to ssh to itself
Host gadi.nci.org.au
    Match exec "echo '%L' | grep -qe '^gadi'" host gadi,gadi.nci.org.au,localhost
        HostName localhost
        IdentityFile ~/.ssh/id_rsa-rose-cylc-gadi
        IdentitiesOnly yes
# gadi-cylc-setup: END
  • No labels