edit(ssh-config)

This commit is contained in:
thek4n 2024-04-09 15:33:54 +03:00
parent f06daf3bf9
commit 9d2cce2688

View File

@ -1,5 +1,5 @@
Host docker Host docker
HostName 0.0.0.0 HostName localhost
Port 2022 Port 2022
User root User root
UserKnownHostsFile=/dev/null UserKnownHostsFile=/dev/null
@ -19,4 +19,4 @@ Host aur.archlinux.org
Host * Host *
ControlMaster auto ControlMaster auto
ControlPath /tmp/ssh_mux_%h_%p_%r ControlPath /tmp/ssh_mux_%h_%p_%r
ControlPersist 10m ControlPersist 4h