• [^] # Re: Via Tor

    Posté par . En réponse au journal Aide à distance. Évalué à 3. Dernière modification le 15 mars 2017 à 01:41.

    Les deux commandes magiques :
    créer le tunnel SSH de serveur vers clients

    autossh -M 0 -q -N -o "ServerAliveInterval 60" -o "ServerAliveCountMax 3" -L 5900:localhost:5900 LOGIN@hiddenService.onion
    

    activer vnc sur client

    ssh LOGIN@hiddenService.onion 'x11vnc -display :0 -viewonly -localhost'
    

    Nécessite tor + autossh sur serveur (apt-get install tor autossh) et tor + x11vnc sur client (apt-get install tor x11vnc). Et un SSH hidden service configuré sur le client (voir mon tuto ou google).

    Donation Bitcoin : 1N8QGrhJGWdZNQNSspm3rSGjtXaXv9Ngat