1 # SSH configuration file.
7 # Force protocol version 2 which is more secure.
10 # Disable X11 and agent forwarding for security reasons.
13 # Don't trust remote X11 clients. If enabled allows bad admins complete access
17 # If -M is used store the control master socket in ~/.ssh. Necessary for
18 # ControlMaster to work.
19 ControlPath ~/.ssh/master-%l-%h-%p-%r
21 # Don't send any environment variables.