summaryrefslogtreecommitdiff
path: root/common/ssh/config
blob: 5a66743c8adf51f95c56619b1627b12d0f462906 (plain) (blame)
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
30
31
32
Host homelab
  User cmc
  HostName 192.168.0.97
  Port 22
Host homelab-remote
  User cmc
  HostName 70.187.29.187
  Port 2169
Host dell
  User cmc
  HostName 192.168.0.251
  Port 22
Host *
  #ControlMaster auto
  #ControlPath ~/.ssh/master-%r@%h:%p
  #ControlPersist 300
  AddressFamily inet
  HashKnownHosts yes
  VisualHostKey yes
  PasswordAuthentication no
  ChallengeResponseAuthentication no
  StrictHostKeyChecking ask
  VerifyHostKeyDNS yes
  ForwardAgent no
  ForwardX11 no
  ForwardX11Trusted no
  ServerAliveInterval 300
  ServerAliveCountMax 2
  Ciphers [email protected]
  MACs [email protected],[email protected]
  KexAlgorithms [email protected],diffie-hellman-group-exchange-sha256
  HostKeyAlgorithms rsa-sha2-512,rsa-sha2-256,ssh-ed25519