File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
docs/src/content/docs/advanced Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,14 @@ Import multiple server configurations at once using a JSON file.
77
88## JSON Format
99
10- > [ !WARNING] SECURITY WARNING
11- > ** Never store plaintext passwords in files!** This JSON example shows a password field for demonstration only, but you should:
12- > - ** Prefer SSH keys** (` keyId ` ) instead of ` pwd ` - they're more secure
13- > - ** Use secret managers** or environment variables if you must use passwords
14- > - ** Delete the file immediately** after import - don't leave credentials lying around
15- > - ** Add to .gitignore** - never commit credential files to version control
10+ ::: danger [ Security Warning]
11+ ** Never store plaintext passwords in files!** This JSON example shows a password field for demonstration only, but you should:
12+
13+ - ** Prefer SSH keys** (` keyId ` ) instead of ` pwd ` - they're more secure
14+ - ** Use secret managers** or environment variables if you must use passwords
15+ - ** Delete the file immediately** after import - don't leave credentials lying around
16+ - ** Add to .gitignore** - never commit credential files to version control
17+ :::
1618
1719``` json
1820[
You can’t perform that action at this time.
0 commit comments