summaryrefslogtreecommitdiff
path: root/private_dot_ssh/config
diff options
context:
space:
mode:
authorLibravatar Martin Michalec <martin@michalec.dev>2026-02-11 02:33:59 +0000
committerLibravatar Martin Michalec <martin@michalec.dev>2026-02-11 02:33:59 +0000
commit1bbfdcc027cef4ed257bcf3b0bcdd5b1bb8a3107 (patch)
tree03f961ee4846f7777ac7c19e9b6cc551517675dd /private_dot_ssh/config
parentadd .gnupg (diff)
downloaddotfiles-1bbfdcc027cef4ed257bcf3b0bcdd5b1bb8a3107.tar.gz
add .ssh
Diffstat (limited to 'private_dot_ssh/config')
-rw-r--r--private_dot_ssh/config14
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 @@
1Host *
2 UserKnownHostsFile ~/.ssh/known_hosts
3 ForwardAgent no
4 ServerAliveInterval 5
5 ServerAliveCountMax 2
6
7HostKeyAlgorithms +ssh-rsa
8
9PubkeyAcceptedKeyTypes +ssh-rsa
10
11Host vps
12 HostName 212.132.126.33
13 Port 22
14 Compression yes