aboutsummaryrefslogtreecommitdiff
path: root/home-manager/tests/modules/programs/ssh/default-config-expected.conf
blob: 55748ea6c82934d021b57e00a3b35aa1405f467c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Host *
  ForwardAgent no
  Compression no
  ServerAliveInterval 0
  HashKnownHosts no
  UserKnownHostsFile ~/.ssh/known_hosts
  ControlMaster no
  ControlPath ~/.ssh/master-%r@%n:%p
  ControlPersist no