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