Host *
# For dynamically started VMs.
StrictHostKeyChecking no
UserKnownHostsFile /dev/null

# For non-default paths to identity file.
IdentityFile ~/.ssh/id_rsa

# Ensure remote command uses proper line buffering for live logs
# (so called live logs).
RequestTTY=force

# Keep control sockets open, to speedup subsequent command runs.
ControlPath=/home/copr/ssh_socket_%h_%p_%r
ControlMaster=auto
ControlPersist=900

Port=22
Hostname builder
