aboutsummaryrefslogtreecommitdiff
path: root/ssh
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-08-07 22:34:10 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-08-07 22:34:10 -0500
commit3832e2c085e5137f78cdf5f0c1e9cf273ffbc338 (patch)
treea2bd6bd1119aacbaa23ede55ad3ff1c46a76ea57 /ssh
parent05a87bb0eb20345694a09c9e5e5930028c0c0339 (diff)
complete my configuration migration
Diffstat (limited to 'ssh')
-rw-r--r--ssh/config.org5
-rw-r--r--ssh/index.org6
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]]