Skip to content

Commit 14cb762

Browse files
committed
update doc to reference actual variable used in code
1 parent 9f7160d commit 14cb762

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ for the SSH password, if required.
210210
Although there is a significant security risk, it is possible to set environment
211211
variables for both of these passwords:
212212

213-
* RHO_PASSPHRASE for the rho configuration file password
213+
* RHO_PASSWORD for the rho configuration file password
214214

215215
* RHO_AUTH_PASSWORD for the SSH password
216216

doc/rho.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,8 @@ IMPORTANT:
468468
Storing passwords in environment variables is especially dangerous. Be very cautious about using these environment variables in a production environment.
469469
.PP
470470
.TP
471-
.B RHO_PASSPHRASE
472-
The AES-128 encrypted $HOME/.rho.conf file must be accessed every time rho is run. This file stores all of the profile information. A passphrase must be entered to access this file; the phrase is set the first time the file is created. Normally, the command prompts for this passphrase and it must be entered manually. The RHO_PASSPHRASE environment variable sets the password.
471+
.B RHO_PASSWORD
472+
The AES-128 encrypted $HOME/.rho.conf file must be accessed every time rho is run. This file stores all of the profile information. A passphrase must be entered to access this file; the phrase is set the first time the file is created. Normally, the command prompts for this passphrase and it must be entered manually. The RHO_PASSWORD environment variable sets the password.
473473
.PP
474474
.TP
475475
.B RHO_AUTH_PASSWORD

0 commit comments

Comments
 (0)