Skip to content

Commit

Permalink
Merge pull request dev-sec#58 from dev-sec/scp_ftp_faq
Browse files Browse the repository at this point in the history
Add SCP/SFTP to FAQ
  • Loading branch information
chris-rock committed May 19, 2016
2 parents f56ba40 + f42e4ac commit 73d60cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ We have seen some issues in applications (based on python and ruby) that are due

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.

**After using the role Ansibles template/copy/file module does not work anymore!**

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.

## Contributing

See [contributor guideline](CONTRIBUTING.md).
Expand Down

0 comments on commit 73d60cb

Please sign in to comment.