aboutsummaryrefslogtreecommitdiff
path: root/macos/.ssh
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-08-09 22:11:23 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-08-09 22:11:23 -0500
commite6e8ebe10aa40e5a3be2b94cdf3b324f3d3e52e0 (patch)
treeaca3b279520b76d918ce603d47981f1d23dbd1af /macos/.ssh
parent40f02bc8088ca93224bf65f083c4ab3b17eaf435 (diff)
split-dotfiles
Diffstat (limited to 'macos/.ssh')
-rw-r--r--macos/.ssh/config.org12
1 files changed, 12 insertions, 0 deletions
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