aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.ssh
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-15 21:41:05 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-15 21:41:05 -0600
commit9cd1661a14b232b5cc0e7ed1d1556a2f2203506e (patch)
treea28490c886af60b25c487bae45e71f74a2305eff /macos.local/.ssh
parentf11895461530891c552b2246d3b79f8691d2b716 (diff)
migrate brew to nix
Diffstat (limited to 'macos.local/.ssh')
-rw-r--r--macos.local/.ssh/config.org12
1 files changed, 0 insertions, 12 deletions
diff --git a/macos.local/.ssh/config.org b/macos.local/.ssh/config.org
deleted file mode 100644
index e78c4fb..0000000
--- a/macos.local/.ssh/config.org
+++ /dev/null
@@ -1,12 +0,0 @@
-#+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