Add comments to clientside config for help purposes

This commit is contained in:
2026-04-09 13:04:43 -04:00
parent ba79d49558
commit 3563a391ea

View File

@@ -1,6 +1,11 @@
serverdirectory="http://localhost:8080/sshkeys" serverdirectory="http://localhost:8080/sshkeys"
failover="disabled"
privkey=priv privkey=priv
pubkey=pub pubkey=pub
checksumdirectory=chksum checksumdirectory=chksum
disablechecksums=0 disablechecksums=0
userid=1000 userid=1000
hidedefaultwarning=0
#setting hidedefaultwarning to 1 will disable the warning shown when running the script about security.
#privkey, pubkey and checksumdirectory values will add the prefix of the provided serverdirectory link (for example in this case it would result to http://localhost:8080/sshkeys/priv)