2019-01-04 18:14:52 -07:00

32 lines
842 B
INI

{
"id": "SSH",
"name": "SSH",
"title": "SSH",
"description": "Activate or deactivate SSH",
"info": "In order to enable SSH, the password for user 'pi' can NOT remain set to the default raspberry. \nYou HAVE to create a NEW password for 'pi' if you want this program to enable SSH, it will fail if you dont!\nThe same will happen with user 'root' and password '1234'\nNote: Use normal AlphaNumeric, the only special characters allowed are .,@-_/",
"infotitle": "SSH notes",
"params": [
{
"id": "ACTIVE",
"name": "ACTIVE",
"value": "no",
"type": "bool"
},
{
"id": "USER",
"name": "USER",
"value": "root"
},
{
"id": "PASS",
"name": "PASS",
"value": "1234"
},
{
"id": "CONFIRM",
"name": "CONFIRM",
"value": "1234"
}
]
}