From e6e8ebe10aa40e5a3be2b94cdf3b324f3d3e52e0 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Fri, 9 Aug 2024 22:11:23 -0500 Subject: split-dotfiles --- macos/.ssh/config.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 macos/.ssh/config.org (limited to 'macos/.ssh') diff --git a/macos/.ssh/config.org b/macos/.ssh/config.org new file mode 100644 index 0000000..e78c4fb --- /dev/null +++ b/macos/.ssh/config.org @@ -0,0 +1,12 @@ +#+title: SSH Configuration +Keys should be added to the SSH agent. +#+begin_src conf :tangle ~/.ssh/config :mkdirp yes + Host * + UseKeychain yes + AddKeysToAgent yes + IdentityFile ~/.ssh/id_ed25519 + + Host aviary + HostName aviary.cs.umanitoba.ca + User janzenj2 +#+end_src -- cgit v1.2.3