.ssh/config
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 12 May 2010 16:24:11 +0300
changeset 80 694e2a0efb4d
parent 71 dcc8c2a63ec3
child 88 0b8ef20d38f0
permissions -rw-r--r--
Added basic config for .minttyrc.


# 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