Changes between Version 129 and Version 130 of ServeursLpsc


Ignore:
Timestamp:
14/12/2020 15:28:46 (3 years ago)
Author:
/postalCode=75016/O=Centre national de la recherche scientifique/street=3, rue Michel-Ange/ST=\xC3\x8Ele-de-France/L=Paris/C=FR/CN=MELOT Frederic/emailAddress=frederic.melot@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServeursLpsc

    v129 v130  
    4444
    4545
     46Depuis une machine linux à l'extérieur du LPSC, si vous ne souhaitez pas utiliser le VPN, il faut faire une redirection de port en ouvrant un tunnel ssh.
     47
     48Le script SH est le suivant :
     49{{{
     50#!/bin/sh
     51# connexion RDP (port 3389) sur caoelec-lpsc via tunnel SSH
     52ssh -L 3392:lpsc-caoelec.in2p3.fr:3389 lpsc-ssh.in2p3.fr -N & SSH_PID=$!
     53sleep 1
     54rdesktop 127.0.0.1:3392 -g 1600x1000 -d GRENOBLE -a16 -z -P -N
     55kill $SSH_PID
     56exit 0
     57}}}
    4658
    4759\\