diff options
Diffstat (limited to 'ssh')
-rw-r--r-- | ssh/config.org | 5 | ||||
-rw-r--r-- | ssh/index.org | 6 |
2 files changed, 11 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 diff --git a/ssh/index.org b/ssh/index.org new file mode 100644 index 0000000..6e26157 --- /dev/null +++ b/ssh/index.org @@ -0,0 +1,6 @@ +#+title: Dotfiles =/.ssh= +This is the home of my SSH configuration. +* Directories +- [[../index.org][../]] +* Files +- [[./config.org][config]] |