edit ssh config

This commit is contained in:
thek4n 2023-12-12 11:40:00 +03:00
parent 7f50455536
commit 65fab39f9d

View File

@ -6,8 +6,8 @@ Host docker
StrictHostKeyChecking no StrictHostKeyChecking no
Host aur.archlinux.org Host aur.archlinux.org
IdentityFile ~/.ssh/aur IdentityFile ~/.ssh/aur
User aur User aur
# Host pc.work.vpn # Host pc.work.vpn
# HostName 10.0.0.20 # HostName 10.0.0.20
@ -17,8 +17,6 @@ Host aur.archlinux.org
# StrictHostKeyChecking no # StrictHostKeyChecking no
Host * Host *
Port 22
IdentityFile ~/.ssh/id_rsa
ControlMaster auto ControlMaster auto
ControlPath /tmp/ssh_mux_%h_%p_%r ControlPath /tmp/ssh_mux_%h_%p_%r
ControlPersist 10m ControlPersist 10m