edit(ssh-config)
This commit is contained in:
parent
f06daf3bf9
commit
9d2cce2688
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user