20
SOURCES/Assistance_Lalis.desktop
Normal file
20
SOURCES/Assistance_Lalis.desktop
Normal 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
5
SOURCES/connect2member.sh
Executable 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
4
SOURCES/sshconnect
Executable 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>
|
||||
|
Reference in New Issue
Block a user