aboutsummaryrefslogtreecommitdiff
path: root/ssh/config.org
blob: e87c5c432b20a9a1002d9507812eb0833e44f153 (plain)
1
2
3
4
5
#+title: SSH Configuration
Keys should be added to the SSH agent.
#+begin_src conf :tangle ~/.ssh/config :mkdirp yes
  AddKeysToAgent yes
#+end_src