Compare commits
1 Commits
c5f5c878ed
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 32121546fd |
@@ -4,7 +4,7 @@
|
|||||||
# The password lives only in RAM: it is read into a shell variable (never a
|
# 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
|
# file), and the interactive prompt keeps it out of your shell history. Supply
|
||||||
# it three ways, most to least private:
|
# it three ways, most to least private:
|
||||||
# 1) interactive (recommended): ./connect.sh alice 100.117.177.50
|
# 1) interactive (recommended): ./connect.sh alice <host>
|
||||||
# → prompts "room password:" with no echo
|
# → prompts "room password:" with no echo
|
||||||
# 2) environment: HH_PASSWORD=secret ./connect.sh alice <host>
|
# 2) environment: HH_PASSWORD=secret ./connect.sh alice <host>
|
||||||
# 3) flag: ./connect.sh alice <host> -p secret
|
# 3) flag: ./connect.sh alice <host> -p secret
|
||||||
|
|||||||
Reference in New Issue
Block a user