Skip to content

Commit

Permalink
Add SCP/SFTP to FAQ
Browse files Browse the repository at this point in the history
fixes #55.
  • Loading branch information
Sebastian Gumprich committed Mar 13, 2016
1 parent 19f7f22 commit 5e59e0d
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 @@ -100,6 +100,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 5e59e0d

Please sign in to comment.