diff options
Diffstat (limited to 'doc/mscp.1.in')
-rw-r--r-- | doc/mscp.1.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/mscp.1.in b/doc/mscp.1.in index 545ea09..b329c27 100644 --- a/doc/mscp.1.in +++ b/doc/mscp.1.in @@ -236,6 +236,24 @@ Prints help. .SH EXIT STATUS Exit status is 0 on success, and >0 if an error occurs. +.SH ENVIRONMENT + +.PP +.B mscp +recognizes the following environment variables. + +.TP +.B MSCP_SSH_AUTH_PASSWORD +This environment variable passes a password for password +authentication to establish SSH connections. + +.TP +.B MSCP_SSH_AUTH_PASSPHRASE +This environment variable passes a passphrase for public-key +authentication for establishing SSH connections. + + + .SH NOTES .PP |