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