Added option to enable ssh server under config tab

This commit is contained in:
Saksham Singh
2024-09-15 20:07:08 +05:30
parent f7ba201fbf
commit ade414284d
3 changed files with 90 additions and 1 deletions

View File

@ -313,5 +313,13 @@
"Order": "a083_",
"Type": "Button",
"ButtonWidth": "300"
}
},
"WPFWinUtilSSHServer": {
"Content": "Enable OpenSSH Server",
"category": "Remote Access",
"panel": "2",
"Order": "a084_",
"Type": "Button",
"ButtonWidth": "300"
},
}