diff options
Diffstat (limited to 'macos.local/.ssh')
-rw-r--r-- | macos.local/.ssh/config.org | 12 |
1 files changed, 12 insertions, 0 deletions
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 |