1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-18 21:51:39 +02:00
pgbackrest/test/vm/ssh/setup-cm.sh

6 lines
199 B
Bash
Raw Normal View History

#!/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