From 7b0ea5cbdaaa5b8392777ad207c74cb27411eab1 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Tue, 1 Oct 2024 17:42:59 -0500 Subject: the big refactor --- macos.local/.ssh/config.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 macos.local/.ssh/config.org (limited to 'macos.local/.ssh') diff --git a/macos.local/.ssh/config.org b/macos.local/.ssh/config.org new file mode 100644 index 0000000..e78c4fb --- /dev/null +++ b/macos.local/.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