Files @ 7be03b9a5d15
Branch filter:

Location: majic-ansible-roles/.ssh_config_molecule

branko
MAR-245: Fix some linting errors in documentation:

- Use proper truthy YAML expressions.
- Explicitly specify file permissions.
1
2
3
4
5
6
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 -*