diff --git a/.ssh_config_molecule b/.ssh_config_molecule new file mode 100644 index 0000000000000000000000000000000000000000..8aa2155790b26a16aaf9e9e7f97e2f98799dbb30 --- /dev/null +++ b/.ssh_config_molecule @@ -0,0 +1,7 @@ +# Include the system and user configuration, but make sure not to send +# over any environment variables to the test machines by default. This +# helps avoid eventual errors related to locale being passed on to the +# remote machine. +Include /etc/ssh/ssh_config +Include ~/.ssh/config +SendEnv -*