Versions Compared

Key

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

...

If you would like to ssh or scp into mcclogin with one command, you can add the following lines to your

~/.ssh/config file

Host iris
 HostName iris.slac.stanford.edu
 HostKeyAlgorithms=+ssh-dss
 User yourusername

...