summaryrefslogtreecommitdiff
path: root/private_dot_ssh/config
blob: 11c33af23bcbcbeed50c95c5a8342d6999e2999d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Host *
  UserKnownHostsFile ~/.ssh/known_hosts
  ForwardAgent no
  ServerAliveInterval 5
  ServerAliveCountMax 2

HostKeyAlgorithms +ssh-rsa

PubkeyAcceptedKeyTypes +ssh-rsa

Host vps
  HostName 212.132.126.33
  Port 22
  Compression yes