Describe the bug
Protocol sftp is disabled by default. This enforces using scp. Described in README:
This role by default deactivates SFTP.
Expected behavior
Today I have read release notes of OpenSSH 8.0 when they say:
The scp protocol is outdated, inflexible and not readily fixed. We
recommend the use of more modern protocols like sftp and rsync for
file transfer instead.
So maybe it would be better to use sftp, rather than scp..
Describe the bug
Protocol sftp is disabled by default. This enforces using scp. Described in README:
Expected behavior
Today I have read release notes of OpenSSH 8.0 when they say:
So maybe it would be better to use sftp, rather than scp..