19 lines
324 B
Plaintext
19 lines
324 B
Plaintext
Host docker
|
|
HostName 0.0.0.0
|
|
Port 2222
|
|
User root
|
|
IdentityFile ~/.ssh/id_rsa
|
|
UserKnownHostsFile=/dev/null
|
|
StrictHostKeyChecking no
|
|
|
|
Host aur.archlinux.org
|
|
IdentityFile ~/.ssh/aur
|
|
User aur
|
|
|
|
Host *
|
|
User thek4n
|
|
Port 22
|
|
ControlMaster auto
|
|
ControlPath /tmp/ssh_mux_%h_%p_%r
|
|
ControlPersist 10m
|