diff options
Diffstat (limited to 'gentoo/.ssh')
-rw-r--r-- | gentoo/.ssh/config.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gentoo/.ssh/config.org b/gentoo/.ssh/config.org new file mode 100644 index 0000000..e87c5c4 --- /dev/null +++ b/gentoo/.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 |