Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit 5e59e0d

Browse files
author
Sebastian Gumprich
committed
Add SCP/SFTP to FAQ
fixes #55.
1 parent 19f7f22 commit 5e59e0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ We have seen some issues in applications (based on python and ruby) that are due
100100

101101
If you find this isn't enough, feel free to activate the attributes `cbc_requires` for ciphers, `weak_hmac` for MACs and `weak_kex`for KEX in the variables `ssh_client` or `ssh_server` based on where you want to support them.
102102

103+
**After using the role Ansibles template/copy/file module does not work anymore!**
104+
105+
This role deactivates SFTP. Ansible uses by default SFTP to transfer files to the remote hosts. You have to set `scp_if_ssh = True` in your ansible.cfg. This way Ansible uses SCP to copy files.
106+
103107
## Contributing
104108

105109
See [contributor guideline](CONTRIBUTING.md).

0 commit comments

Comments
 (0)