Revert: Host used for ControlMaster option. Also fix some misspelling.
# Allow sharing of multiple sessions over a single network connection for all
# host. Also don't prompt for password when connection live.
Host *
ControlPath ~/.ssh/sock_%r@%h_%p
ControlMaster auto
# This by default.
# UserKnownHostsFile ~/.ssh/known_hosts
# Enable compression. To turn on it manually invoke ssh with -C key.
# Compression yes
# Prefer public key authentication.
PreferredAuthentications publickey,keyboard-interactive,password
PubkeyAuthentication yes