# Some options are set even if they are default to prevent /etc/ssh/ssh_config
# from overwriting them.
-# Copyright (C) 2011-2014 Simon Ruderich
+# Copyright (C) 2011-2016 Simon Ruderich
#
# This file is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# prevents stale master connections.
ControlPersist 10
-# Don't hash any hosts in ~/.ssh/known_hosts. It doesn't help if the ssh hosts
-# are stored in the shell's history file or in this file as shortcut so it's
-# rather useless (default).
- HashKnownHosts no
-
# Don't permit running local commands (default).
PermitLocalCommand no
# Don't send any environment variables (default).
SendEnv
+# Don't hash any hosts in ~/.ssh/known_hosts. It doesn't help if the ssh hosts
+# are stored in the shell's history file or in this file as shortcut so it's
+# rather useless (default).
+ HashKnownHosts no
+
# Check host IP in known_hosts when connecting to detect DNS spoofing
# (default).
CheckHostIP yes