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:copie [2018/05/23 15:52] – [Fron ENS network] cpetiten:documentation:tutorials:copie [2020/08/25 15:58] – modification externe 127.0.0.1
Ligne 55: Ligne 55:
 ===== Using sftp ===== ===== Using sftp =====
  
-==== From outside of ENS network ====+==== From ENS network ====
  
 First, you need to open a ''sftp'' session: First, you need to open a ''sftp'' session:
Ligne 77: Ligne 77:
 Fill in the command below: Fill in the command below:
  
-<code bash>sftp -oProxyCommand="ssh yourlogin@ssh.psmn.ens-lyon.fr allo-psmn" yourlogin@allo-psmn</code>+<code bash>sftp -oProxyCommand="ssh yourlogin@ssh.psmn.ens-lyon.fr nc allo-psmn %p" yourlogin@allo-psmn</code>
  
 ===== Using rsync ===== ===== Using rsync =====
Ligne 120: Ligne 120:
 Host allo-external Host allo-external
   User <votrelogin>   User <votrelogin>
-  ProxyCommand ssh <votrelogin>@ssh.psmn.ens-lyon.fr -w1 allo-psmn %p+  ProxyCommand ssh <votrelogin>@ssh.psmn.ens-lyon.fr netcat -w1 allo-psmn %p
  
 Host m6142comp1-ext Host m6142comp1-ext
Ligne 184: Ligne 184:
 ===== From a  Windows machine===== ===== From a  Windows machine=====
  
-From a  Windows© machine, use the following combinaition of tools  [[documentation:tutorials:ssh:putty|PuTTY / WinSCP]].+From a  Windows© machine, use the following combination of tools  [[documentation:tutorials:ssh:putty|PuTTY / WinSCP]].