From 550af5a8c115fa21105584da17132368de8e6862 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Wed, 19 Jun 2019 19:08:54 +0200 Subject: [PATCH] ajout de l'assistance VNC --- SOURCES/lalistunnel | 4 ++-- SPECS/task-lalis.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SOURCES/lalistunnel b/SOURCES/lalistunnel index eec78c8..0c9fda8 100755 --- a/SOURCES/lalistunnel +++ b/SOURCES/lalistunnel @@ -1,5 +1,5 @@ #!/usr/bin/sh ssh -p 10022 -N -f -R 6000:localhost:22 ssh@lalis69.ddns.net -#ssh -N -f -R 6001:localhost:5900 ssh@82.225.210.60 'x11vnc -localhost -display :0' - +ssh -N -f -L 5500:localhost:5500 ssh@lalis69.ddns.net +x11vnc --connect localhost:5500 diff --git a/SPECS/task-lalis.spec b/SPECS/task-lalis.spec index 9ac4e00..c3338df 100755 --- a/SPECS/task-lalis.spec +++ b/SPECS/task-lalis.spec @@ -1,6 +1,6 @@ Summary: Install LALIS packages and configuration Name: task-lalis -Version: 2.8 +Version: 2.9 Release: %mkrel 1 License: GPLv3 Group: Tools