ansible/roles/basessh
Kevin Fenzi 8398aec029 basessh: enable internal sftp server globally.
In the past we only enabled sftp on servers where we needed it.
(ones using sshfs, ones that users might need to sftp to, etc).
However, now days the openssh scp client uses sftp, so we might as well
just enable it globally so people don't need to use 'scp -O' (which
has it use the old scp protocol, which will be removed someday).

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-29 14:17:13 -07:00
..
handlers Move SSH setup to its own role 2017-08-16 17:39:23 +00:00
tasks basessh: see if we can generate a sha256 cert 2020-11-03 15:04:51 -08:00
templates basessh: enable internal sftp server globally. 2022-06-29 14:17:13 -07:00
README Move SSH setup to its own role 2017-08-16 17:39:23 +00:00

This role is the base setup for all our machines. 

If there's something that shouldn't be run on every single 
machine, it should be in another role.