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:
parent
86f43030f8
commit
0bcb4d9805
1 changed files with 1 additions and 0 deletions
|
@ -80,3 +80,4 @@ csi_relationship: |
|
|||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
vpn: true
|
||||
sshd_sftp: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue