Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Dernière révisionLes deux révisions suivantes
en:documentation:tutorials:ssh:multihop_ssh [2017/12/21 11:01] cpetiten:documentation:tutorials:ssh:multihop_ssh [2020/08/25 15:58] – modification externe 127.0.0.1
Ligne 1: Ligne 1:
 ====== Multi-hop SSH ====== ====== Multi-hop SSH ======
  
-<WRAP center round todo 60%> 
-under construction 
-</WRAP> 
  
-The servers (calculations, preview, data) are sometimes behind several firewalls or gateways (or multi-hop SSH , "rebonds" SSH in French). The SSH documentation explains how to pass a single gateway ('' ProxyCommand '' option). It is possible to cumulate this system of "bridge jump" several times. For example, we will detail multi-hop SSh for he network shown below.+The servers (calculations, preview, data) are sometimes behind several firewalls or gateways (or multi-hop SSH , "rebonds" SSH in French). The SSH documentation explains how to pass a single gateway ('' ProxyCommand '' option). It is possible to cumulate this system of "bridge jump" several times. For this example, we will detail multi-hop SSH from the network shown below.
  
 {{ :documentation:tutorials:infographie_sshmultihop.jpeg?&direct |Connection from "poste Chercheur" to front machine "vizu.psmn" via multihop SSH }} {{ :documentation:tutorials:infographie_sshmultihop.jpeg?&direct |Connection from "poste Chercheur" to front machine "vizu.psmn" via multihop SSH }}
  
 __Caption :__ __Caption :__
-  * **noir** : physical link +  * **black** : physical link 
-  * <wrap round notice>bleu</wrap> :  standard ssh connection +  * <wrap round notice>blue</wrap> :  standard ssh connection 
-  * <wrap round danger>rouge</wrap> : virtual ssh connection (multi-hop) +  * <wrap round danger>red</wrap> : virtual ssh connection (multi-hop) 
-  * <wrap round safety>vert</wrap> : NFs links (''/home'')+  * <wrap round safety>green</wrap> : NFs links (''/home'')
  
  
  
-The **Poste Chercheur**  (your computer!) tries to join the server **vizu.psmn** through 2 SSH gateways (red path).+The **Poste Chercheur**  (your computer!) reach the server **vizu.psmn** through 2 SSH gateways (red path).
  
-===== From au Mac/Linux/BSD machine =====+===== From Mac/Linux/BSD machine =====
  
 ==== Manual multihop ==== ==== Manual multihop ====
Ligne 38: Ligne 35:
 </code> </code>
  
-This manual operation can be automatize+These manual operations can be automatized
  
 ==== Automated multihop ==== ==== Automated multihop ====
  
-You need to add the gateways and target servers entries in the ''~ / .ssh / config'' file on the **''postechercheur''** . By adding up the different connections as you go.+You need to add the gateways and target servers entries in the ''~/.ssh/config'' file on the **''postechercheur''** . By adding up the different connections as you go.
  
  
Ligne 73: Ligne 70:
  
  
-The configuration and explanations on the automation of the login steps with an SSH-agent-ssh are explained+The configuration and explanations on the automation of the login steps with an SSH-agent are explained
 [[documentation:tutorials:ssh:clef_agent_ssh|here]]. [[documentation:tutorials:ssh:clef_agent_ssh|here]].