From 34a981ac1db3040cbc84f13547c63de0d87d074f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 8 Oct 2022 11:48:07 -0300 Subject: 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. --- etc/ssh/config | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 etc/ssh/config (limited to 'etc/ssh') 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 -- cgit v1.2.3