Skip to content

Commit 251b360

Browse files
committed
opt.
1 parent 3c4e025 commit 251b360

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/src/content/docs/advanced/bulk-import.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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
[

0 commit comments

Comments
 (0)