diff options
| author | 2026-02-11 02:33:59 +0000 | |
|---|---|---|
| committer | 2026-02-11 02:33:59 +0000 | |
| commit | 1bbfdcc027cef4ed257bcf3b0bcdd5b1bb8a3107 (patch) | |
| tree | 03f961ee4846f7777ac7c19e9b6cc551517675dd /private_dot_ssh/config | |
| parent | add .gnupg (diff) | |
| download | dotfiles-1bbfdcc027cef4ed257bcf3b0bcdd5b1bb8a3107.tar.gz | |
add .ssh
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 | ||
