cleanup ssh-config
This commit is contained in:
parent
3f7edf97ec
commit
d561b07417
@ -1,21 +1,3 @@
|
||||
Host docker
|
||||
HostName localhost
|
||||
Port 2022
|
||||
User root
|
||||
UserKnownHostsFile=/dev/null
|
||||
StrictHostKeyChecking no
|
||||
|
||||
Host aur.archlinux.org
|
||||
IdentityFile ~/.ssh/aur
|
||||
User aur
|
||||
|
||||
# Host pc.work.vpn
|
||||
# HostName 10.0.0.20
|
||||
|
||||
# Host 192.168.2?.*
|
||||
# UserKnownHostsFile=/dev/null
|
||||
# StrictHostKeyChecking no
|
||||
|
||||
Host *
|
||||
ControlMaster auto
|
||||
ControlPath /tmp/ssh_mux_%h_%p_%r
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user