aboutsummaryrefslogtreecommitdiff
path: root/ssh
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
parent545dfbb53f2bb6d7669ca7bfd1f4775a9150b530 (diff)
move configs to hidden directories
Diffstat (limited to 'ssh')
-rw-r--r--ssh/config.org5
1 files changed, 0 insertions, 5 deletions
diff --git a/ssh/config.org b/ssh/config.org
deleted file mode 100644
index e87c5c4..0000000
--- a/ssh/config.org
+++ /dev/null
@@ -1,5 +0,0 @@
-#+title: SSH Configuration
-Keys should be added to the SSH agent.
-#+begin_src conf :tangle ~/.ssh/config :mkdirp yes
- AddKeysToAgent yes
-#+end_src