From 3832e2c085e5137f78cdf5f0c1e9cf273ffbc338 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Wed, 7 Aug 2024 22:34:10 -0500 Subject: complete my configuration migration --- ssh/config.org | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ssh/config.org (limited to 'ssh/config.org') 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 -- cgit v1.2.3