You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2022/08/30 11:26:29 UTC

[brooklyn-docs] 02/04: Remove 'temp' from SSH and SCP CLI key file env var

This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git

commit 425684565d66fb55d18bae98f7090fce3dfbb767
Author: Mykola Mandra <my...@cloudsoft.io>
AuthorDate: Tue Aug 30 11:35:32 2022 +0100

    Remove 'temp' from SSH and SCP CLI key file env var
    
    Signed-off-by: Mykola Mandra <my...@cloudsoft.io>
---
 guide/locations/_clouds.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guide/locations/_clouds.md b/guide/locations/_clouds.md
index 8c2e64ca..ac3c0c6c 100644
--- a/guide/locations/_clouds.md
+++ b/guide/locations/_clouds.md
@@ -263,10 +263,10 @@ For more keys and more detail on the keys below, see
     * `SSH_USER` - the user of the remote OS.
     * `SSH_PASSWORD` - the user password to access remote OS.
     * `SSH_COMMAND_BODY` - the command to run on remote OS.
-    * `SSH_TEMP_KEY_FILE` - the identity key file to access remote OS.
+    * `SSH_KEY_FILE` - the identity key file to access remote OS.
   
   And `my-scp` can access to the following environment variables:
-    * `SCP_TEMP_KEY_FILE` - the identity key file to access remote OS.
+    * `SCP_KEY_FILE` - the identity key file to access remote OS.
     * `SCP_PASSWORD` - the user password to access remote OS.
     * `SCP_FROM` - the path of the local file to copy.
     * `SCP_TO` - the path of the remote file destination, which includes user and host of the remote OS.