You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/09/02 11:29:16 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #5973: [AIRFLOW-XXX] Use full command in examples

kaxil commented on a change in pull request #5973: [AIRFLOW-XXX] Use full command in examples
URL: https://github.com/apache/airflow/pull/5973#discussion_r319918937
 
 

 ##########
 File path: docs/howto/connection/ssh.rst
 ##########
 @@ -66,4 +66,4 @@ Extra (optional)
 
     .. code-block:: bash
 
-        ssh://user:pass@localhost:22?timeout=10&compress=false&no_host_key_check=false&allow_host_key_change=true&key_file=%2Fhome%2Fairflow%2F.ssh%2Fid_rsa
+        export AIRFLOW_CONN_MAIN_SERVER='ssh://user:pass@localhost:22?timeout=10&compress=false&no_host_key_check=false&allow_host_key_change=true&key_file=%2Fhome%2Fairflow%2F.ssh%2Fid_rsa'
 
 Review comment:
   SSH Connection ID does not have a default connection ID, we should probably not set this.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services