diff options
Diffstat (limited to 'files/.ssh/config')
| -rw-r--r-- | files/.ssh/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/.ssh/config b/files/.ssh/config index 8b10067..e85a280 100644 --- a/files/.ssh/config +++ b/files/.ssh/config @@ -10,6 +10,9 @@ Compression yes # http://petereisentraut.blogspot.com/2012/04/setting-time-zone-on-remote-ssh-hosts.html SendEnv LANG LC_* TZ +# Automatically add new host keys to the known_hosts file +StrictHostKeyChecking accept-new + Host 192.168.*.* StrictHostKeyChecking no UserKnownHostsFile /dev/null |
