commit 578f487e058090da85b0d47fe86af9d4a0a9dfdc
parent c88be57630e8ed682e8d4d8faf51f04f30c16da9
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date: Thu, 29 Aug 2024 09:21:37 -0500
vnc: added vnc server
Diffstat:
3 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/.config/systemd/user/autossh-desktop.service b/.config/systemd/user/autossh-desktop.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=AutoSSH for VNC and SSH
+After=network.target
+
+[Service]
+Environment="AUTOSSH_GATETIME=0"
+ExecStart=/usr/bin/autossh -M 0 -NC -R 5900:localhost:5900 -R 2222:localhost:22 -o "ServerAliveInterval 45" -o "ServerAliveCountMax 2" pcardenasb.com
+
+[Install]
+WantedBy=multi-user.target
diff --git a/.config/tigervnc/.gitignore b/.config/tigervnc/.gitignore
@@ -0,0 +1 @@
+/passwd
diff --git a/.gitignore b/.gitignore
@@ -8,6 +8,7 @@
/.cpan/
/.cr3/
/.dotfiles/
+/.fltk/
/.ghc/
/.gnupg/
/.googleearth/
@@ -36,6 +37,7 @@
/dl/
/dox/
/go/
+/music/
/perl5/
/pix/
/vids/