batcave: set sftp true because people scp things to batcave

Newer fedora is working on dropping scp (for lots of good reasons)
internally, but using a sftp wrapper. ie, you call scp and internally
ssh uses sftp. This won't work unless the server has sftp enabled.
I (and I suspect other admins) scp things to batcave from time to time
so it would be nice to have this on.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-10-04 13:49:59 -07:00
parent 86f43030f8
commit 0bcb4d9805

View file

@ -80,3 +80,4 @@ csi_relationship: |
nrpe_procs_warn: 900
nrpe_procs_crit: 1000
vpn: true
sshd_sftp: true