dotfiles/macos.local/.ssh/config.org
2024-10-01 17:42:59 -05:00

293 B

SSH Configuration

Keys should be added to the SSH agent.

  Host *
      UseKeychain yes
      AddKeysToAgent yes
      IdentityFile ~/.ssh/id_ed25519

  Host aviary
      HostName aviary.cs.umanitoba.ca
      User janzenj2