cleanup ssh-config

This commit is contained in:
thek4n 2024-11-08 14:10:13 +03:00
parent 3f7edf97ec
commit d561b07417

View File

@ -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 * Host *
ControlMaster auto ControlMaster auto
ControlPath /tmp/ssh_mux_%h_%p_%r ControlPath /tmp/ssh_mux_%h_%p_%r