From 13c885df42d590b43efbe600f56f5af185e0e5d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Tue, 19 Sep 2023 13:21:56 +0000 Subject: [PATCH] enh: enable stealth_stdout mode for sftp --- bin/plugin/open/sftp.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bin/plugin/open/sftp.json diff --git a/bin/plugin/open/sftp.json b/bin/plugin/open/sftp.json new file mode 100644 index 000000000..ffe09c940 --- /dev/null +++ b/bin/plugin/open/sftp.json @@ -0,0 +1,3 @@ +{ + "stealth_stdout": true +}