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

Commit b259a3b

Browse files
committed
Merge pull request #58 from dev-sec/scp_ftp_faq
Add SCP/SFTP to FAQ
2 parents 3aee3fd + 5e59e0d commit b259a3b

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
@@ -101,6 +101,10 @@ We have seen some issues in applications (based on python and ruby) that are due
101101

102102
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.
103103

104+
**After using the role Ansibles template/copy/file module does not work anymore!**
105+
106+
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.
107+
104108
## Contributing
105109

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

0 commit comments

Comments
 (0)