summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-10-29 08:25:17 +0300
committerPaul Buetow <paul@buetow.org>2021-10-29 08:25:17 +0300
commitaf1895157a82397e4b82ce6a8d7cf1815b575892 (patch)
treea102bd64d6d6bf2eba7e624ff068a2e7078a7a56 /cmd
parent771a1b9712d9906be86578abb6eff8924d490e52 (diff)
rename relaxed auth flag
Diffstat (limited to 'cmd')
-rw-r--r--cmd/dserver/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dserver/main.go b/cmd/dserver/main.go
index 24143eb..1a4af75 100644
--- a/cmd/dserver/main.go
+++ b/cmd/dserver/main.go
@@ -31,7 +31,7 @@ func main() {
user.NoRootCheck()
flag.BoolVar(&color, "color", false, "Enable ANSII terminal colors")
- flag.BoolVar(&config.ServerRelaxedAuthEnable, "relaxedAuth", false,
+ flag.BoolVar(&config.ServerRelaxedAuthEnable, "RELAXED_AUTH_I_AM_REALLY_SURE", false,
"Enable relaxced SSH auth mode (don't use in production!)")
flag.BoolVar(&displayVersion, "version", false, "Display version")
flag.IntVar(&args.SSHPort, "port", config.DefaultSSHPort, "SSH server port")