From 0bcb4d9805f6c8902fd3219973650d3ccf62cada Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 4 Oct 2021 13:49:59 -0700 Subject: [PATCH] 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 --- inventory/group_vars/batcave | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory/group_vars/batcave b/inventory/group_vars/batcave index ca2fa8c690..f0837d7758 100644 --- a/inventory/group_vars/batcave +++ b/inventory/group_vars/batcave @@ -80,3 +80,4 @@ csi_relationship: | nrpe_procs_warn: 900 nrpe_procs_crit: 1000 vpn: true +sshd_sftp: true