From 94cf3c6ff1fea6fdce926fb12629dcd3e46f1c1d Mon Sep 17 00:00:00 2001 From: Franscobec Date: Thu, 9 Apr 2026 13:10:10 -0400 Subject: [PATCH] Update sample/serverconfig --- sample/serverconfig | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sample/serverconfig b/sample/serverconfig index 76caeff..c3e1f93 100644 --- a/sample/serverconfig +++ b/sample/serverconfig @@ -1,4 +1,7 @@ -outputdirectory="/opt/default/" +outputdirectory="/opt/autoremakessh-server/sshkeys/" privkey=priv pubkey=pub -checksumdirectory=chksum \ No newline at end of file +checksumdirectory=chksum +hidedefaultwarning=0 + +#setting hidedefaultwarning to 1 will disable the warning shown when running the script about security. \ No newline at end of file