aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.ssh/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'macos.local/.ssh/config.org')
-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