From 2aa50b4015a6024d690eb94eef97e49de9d3ea1c Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 5 Apr 2024 15:09:50 +1300 Subject: [PATCH] add sftp creds template --- scripts/template_.sftp.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/template_.sftp.json diff --git a/scripts/template_.sftp.json b/scripts/template_.sftp.json new file mode 100644 index 0000000..030395d --- /dev/null +++ b/scripts/template_.sftp.json @@ -0,0 +1,5 @@ +{ + "user": "CHANGEME", + "pass": "CHANGEME", + "host": "CHANGEME" +}