aboutsummaryrefslogtreecommitdiff
path: root/home-manager/tests/modules/programs/ssh/match-blocks-attrs-expected.conf
blob: f0d768375f0943d9225300c1d6424c70fd3f3e09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Host * !github.com
  Port 516
  IdentityFile file1
  IdentityFile file2

Host abc
  ProxyJump jump-host

Host xyz
  ServerAliveInterval 60
  IdentityFile file
  LocalForward [localhost]:8080 [10.0.0.1]:80
  RemoteForward [localhost]:8081 [10.0.0.2]:80
  RemoteForward /run/user/1000/gnupg/S.gpg-agent.extra /run/user/1000/gnupg/S.gpg-agent
  DynamicForward [localhost]:2839

Host *
  ForwardAgent no
  Compression no
  ServerAliveInterval 0
  HashKnownHosts no
  UserKnownHostsFile ~/.ssh/known_hosts
  ControlMaster no
  ControlPath ~/.ssh/master-%r@%n:%p
  ControlPersist no