diff options
Diffstat (limited to 'private_dot_ssh/config')
| -rw-r--r-- | private_dot_ssh/config | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/private_dot_ssh/config b/private_dot_ssh/config new file mode 100644 index 0000000..11c33af --- /dev/null +++ b/private_dot_ssh/config | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | Host * | ||
| 2 | UserKnownHostsFile ~/.ssh/known_hosts | ||
| 3 | ForwardAgent no | ||
| 4 | ServerAliveInterval 5 | ||
| 5 | ServerAliveCountMax 2 | ||
| 6 | |||
| 7 | HostKeyAlgorithms +ssh-rsa | ||
| 8 | |||
| 9 | PubkeyAcceptedKeyTypes +ssh-rsa | ||
| 10 | |||
| 11 | Host vps | ||
| 12 | HostName 212.132.126.33 | ||
| 13 | Port 22 | ||
| 14 | Compression yes | ||
