aboutsummaryrefslogtreecommitdiff
path: root/macos/.ssh/config.org
blob: e78c4fb564e02830144c5521cf31e6bb63dc314a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#+title: SSH Configuration
Keys should be added to the SSH agent.
#+begin_src conf :tangle ~/.ssh/config :mkdirp yes
  Host *
      UseKeychain yes
      AddKeysToAgent yes
      IdentityFile ~/.ssh/id_ed25519

  Host aviary
      HostName aviary.cs.umanitoba.ca
      User janzenj2
#+end_src