From 2854706db1c583c629e2f88f641b8506e5164618 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Mon, 10 Aug 2020 20:04:18 +0500 Subject: Add ssh config. --- files/.ssh/config | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 files/.ssh/config (limited to 'files/.ssh/config') diff --git a/files/.ssh/config b/files/.ssh/config new file mode 100644 index 0000000..2c1fa2e --- /dev/null +++ b/files/.ssh/config @@ -0,0 +1,17 @@ +HashKnownHosts no +# Enable automatic connection multiplexing by default. +ControlMaster auto +ControlPath ~/.ssh/.control.%n.%p.%r +ServerAliveInterval 60 +TCPKeepAlive yes +Compression yes + +Host 192.168.*.* + StrictHostKeyChecking no + UserKnownHostsFile /dev/null + ForwardAgent yes + +Host riga.bobov.name + CheckHostIp no + +Include ~/.ssh/*.conf -- cgit v1.2.3