aboutsummaryrefslogtreecommitdiff
path: root/.ssh/config.org
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-08-08 17:07:35 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-08-08 17:07:35 -0500
commit57667f82145277920ddacf59bf57c0046129bd63 (patch)
tree61dbee1960ab39bd69a1da0010c9f78b4fe6659d /.ssh/config.org
parent545dfbb53f2bb6d7669ca7bfd1f4775a9150b530 (diff)
move configs to hidden directories
Diffstat (limited to '.ssh/config.org')
-rw-r--r--.ssh/config.org5
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