From 1bbfdcc027cef4ed257bcf3b0bcdd5b1bb8a3107 Mon Sep 17 00:00:00 2001 From: Martin Michalec Date: Wed, 11 Feb 2026 05:33:59 +0300 Subject: add .ssh --- private_dot_ssh/config | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 private_dot_ssh/config 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 @@ +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 -- cgit v1.3