Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
linenumbersfalse
ssh abcd1234@hpc.sydney.edu.au

Connecting from Ubuntu 22.04 or newer Unix operating systems

Because Artemis has an older Operating System (CentOS 6.9), newer SSH clients may not be able to immediately connect due a mis-match of SSH implementations, instead you may receive this error:

"Unable to negotiate with xx.xx.xx.xx port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss". 

To work around this, you may specify a "HostKeyAlgorithms" with:

Code Block
languagebash
ssh -o HostKeyAlgorithms\ ssh-rsa abcd1234@hpc.sydney.edu.au


Off-campus access

The recommended way of accessing Artemis from off-campus is by first connecting to the University VPN, then connecting to Artemis via SSH.

...