diff options
-rwxr-xr-x | bin/vm | 3 | ||||
-rw-r--r-- | etc/ssh/config.tmpl | 3 |
2 files changed, 3 insertions, 3 deletions
@@ -200,6 +200,9 @@ write_ssh_config() { Host $NAME HostName localhost Port $PORT + UserKnownHostsFile /dev/null + GlobalKnownHostsFile /dev/null + StrictHostKeyChecking no EOF done > "$XDG_DATA_HOME"/vm/ssh.conf diff --git a/etc/ssh/config.tmpl b/etc/ssh/config.tmpl index 4a9ba86..0e06483 100644 --- a/etc/ssh/config.tmpl +++ b/etc/ssh/config.tmpl @@ -1,6 +1,3 @@ -Host * - UserKnownHostsFile ${XDG_CONFIG_HOME}/ssh/known_hosts - Include ~/dev/libre/servers/src/infrastructure/ssh.conf Include ~/dev/others/lawtech/src/infrastructure/ssh.conf Include ${XDG_DATA_HOME}/vm/ssh.conf |