equal
deleted
inserted
replaced
|
1 # Allow connection to all host. |
|
2 Host * |
1 |
3 |
2 # Allow sharing of multiple sessions over a single network connection. |
4 # Allow sharing of multiple sessions over a single network connection. |
3 # Also don't prompt for password second time. |
5 # Also don't prompt for password second time. |
4 Host * |
|
5 ControlPath ~/.ssh/sock/%r@%h_%p |
6 ControlPath ~/.ssh/sock/%r@%h_%p |
6 ControlMaster auto |
7 ControlMaster auto |
|
8 |
|
9 # This by default. |
|
10 # UserKnownHostsFile ~/.ssh/known_hosts |