diff --git a/sample/clientconfig b/sample/clientconfig index 51dc48b..8242aac 100644 --- a/sample/clientconfig +++ b/sample/clientconfig @@ -1,6 +1,11 @@ serverdirectory="http://localhost:8080/sshkeys" +failover="disabled" privkey=priv pubkey=pub -checksumdirectory=chksum +checksumdirectory=chksum disablechecksums=0 -userid=1000 \ No newline at end of file +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) \ No newline at end of file