diff options
Diffstat (limited to '.ssh')
-rw-r--r-- | .ssh/config.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.ssh/config.org b/.ssh/config.org new file mode 100644 index 0000000..e87c5c4 --- /dev/null +++ b/.ssh/config.org @@ -0,0 +1,5 @@ +#+title: SSH Configuration +Keys should be added to the SSH agent. +#+begin_src conf :tangle ~/.ssh/config :mkdirp yes + AddKeysToAgent yes +#+end_src |