aboutsummaryrefslogtreecommitdiff
path: root/etc/ssh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-08 11:48:07 -0300
committerEuAndreh <eu@euandre.org>2022-10-08 11:48:07 -0300
commit34a981ac1db3040cbc84f13547c63de0d87d074f (patch)
treefe057389631f1f6cac1f703661276110a6b8fce3 /etc/ssh
parentetc/guix/system.scm: Remove "Other Self" account (diff)
downloaddotfiles-34a981ac1db3040cbc84f13547c63de0d87d074f.tar.gz
dotfiles-34a981ac1db3040cbc84f13547c63de0d87d074f.tar.xz
etc/guix/home.scm: Stop generating "etc/ssh/config" file
OpenSSH support ${ENVVAR} in its config, so there is no need to generated the file to get its value dynamically.
Diffstat (limited to 'etc/ssh')
-rw-r--r--etc/ssh/config5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/ssh/config b/etc/ssh/config
new file mode 100644
index 0000000..8df05c0
--- /dev/null
+++ b/etc/ssh/config
@@ -0,0 +1,5 @@
+Host *
+ UserKnownHostsFile ${XDG_CONFIG_HOME}/ssh/known_hosts
+
+Include ~/dev/libre/servers/src/infrastructure/ssh.conf
+Include ~/dev/others/lawtech/src/infrastructure/ssh.conf