1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-16 10:20:02 +02:00
pgbackrest/test/vm/ssh/setup-cm.sh
David Steele 576d50fc1e Added ssh control master config to speed regression testing.
Added vagrant config for Centos 7.
2015-08-05 18:54:41 -04:00

6 lines
199 B
Bash
Executable File

#!/bin/bash
# Copy ControlMaster ssh configs when the OS supports it
cp -f /backrest/test/vm/ssh/config-cm /home/vagrant/.ssh/config
cp -f /backrest/test/vm/ssh/config-cm /home/backrest/.ssh/config