edit ssh config
This commit is contained in:
parent
7f50455536
commit
65fab39f9d
@ -6,8 +6,8 @@ Host docker
|
||||
StrictHostKeyChecking no
|
||||
|
||||
Host aur.archlinux.org
|
||||
IdentityFile ~/.ssh/aur
|
||||
User aur
|
||||
IdentityFile ~/.ssh/aur
|
||||
User aur
|
||||
|
||||
# Host pc.work.vpn
|
||||
# HostName 10.0.0.20
|
||||
@ -17,8 +17,6 @@ Host aur.archlinux.org
|
||||
# StrictHostKeyChecking no
|
||||
|
||||
Host *
|
||||
Port 22
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
ControlMaster auto
|
||||
ControlPath /tmp/ssh_mux_%h_%p_%r
|
||||
ControlPersist 10m
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user