Repository of scripts to assist management of a self-hosted one server to many clients sway VNC setup
server & desktop are used exchangably here.
- set-up port forwarding on your router.
- configure .ssh/config.d/desktop-public, with IP & port information
- make sure to run ssh-copy-id & that you are able to sign in to your desktop using
ssh desktop
- make sure to run ssh-copy-id & that you are able to sign in to your desktop using
- run
vnc_server_start
- on client run
vnc_server_connect
- and
vnc_server_disconnect
after you are done
- and
- knowledge of how ssh works,
- able to do port forwarding in your network
- install autossh
Enjoy!