From 9d2cce26883e33a4658373770cea15c54f543855 Mon Sep 17 00:00:00 2001 From: thek4n Date: Tue, 9 Apr 2024 15:33:54 +0300 Subject: [PATCH] edit(ssh-config) --- home/user/.ssh/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/user/.ssh/config b/home/user/.ssh/config index 29e2231..5a0e8ca 100644 --- a/home/user/.ssh/config +++ b/home/user/.ssh/config @@ -1,5 +1,5 @@ Host docker - HostName 0.0.0.0 + HostName localhost Port 2022 User root UserKnownHostsFile=/dev/null @@ -19,4 +19,4 @@ Host aur.archlinux.org Host * ControlMaster auto ControlPath /tmp/ssh_mux_%h_%p_%r - ControlPersist 10m + ControlPersist 4h \ No newline at end of file