1
0

Premier commit

Signed-off-by: Daniel Tartavel <contact@librepc.com>
This commit is contained in:
Daniel Tartavel
2021-01-15 15:28:05 +01:00
parent 14a2c4fd2b
commit 1e1aad89cf
6 changed files with 149 additions and 0 deletions

View File

@ -0,0 +1,20 @@
[Desktop Entry]
Comment[fr_FR]=
Comment=
Exec=/usr/bin/connect2member.sh
GenericName[fr_FR]=Assistance Lalis
GenericName=Lalis assistance
Icon=/usr/share/icons/hardware_configuration_section.png
MimeType=
Name[fr_FR]=Assistance LALIS
Name=LALIS assistance
Path=
StartupNotify=true
Terminal=true
TerminalOptions=\s--noclose
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=none
X-KDE-RunOnDiscreteGpu=false
X-KDE-SubstituteUID=false
X-KDE-Username=

5
SOURCES/connect2member.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
ssh -N -f -L 5900:localhost:5900 -p 10022 lalis69.ddns.net
remmina -c ~/.config/remmina/group_vnc_lalis_localhost-5900.remmina

4
SOURCES/sshconnect Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/sh
ssh -p 10022 -N -f -L 6000:localhost:6000 <user on the member's machine>@<your server>