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