Initial BitNet s9pk package with SSH access
This commit is contained in:
16
scripts/config_get.sh
Executable file
16
scripts/config_get.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# Return current configuration as JSON
|
||||
cat <<EOF
|
||||
{
|
||||
"ssh-keys": {
|
||||
"type": "textarea",
|
||||
"name": "SSH Authorized Keys",
|
||||
"description": "Paste your SSH public key(s) here, one per line",
|
||||
"nullable": false,
|
||||
"default": "",
|
||||
"masked": false
|
||||
}
|
||||
}
|
||||
EOF
|
||||
Reference in New Issue
Block a user