diff --git a/hh/scripts/connect.sh b/hh/scripts/connect.sh index 9703f56..52d0d10 100755 --- a/hh/scripts/connect.sh +++ b/hh/scripts/connect.sh @@ -4,7 +4,7 @@ # The password lives only in RAM: it is read into a shell variable (never a # file), and the interactive prompt keeps it out of your shell history. Supply # it three ways, most to least private: -# 1) interactive (recommended): ./connect.sh alice 100.117.177.50 +# 1) interactive (recommended): ./connect.sh alice # → prompts "room password:" with no echo # 2) environment: HH_PASSWORD=secret ./connect.sh alice # 3) flag: ./connect.sh alice -p secret