gbraad / dotfiles

Gerard Braad's dotfiles; using Git and Stow
11 stars 4 forks source link

remote desktop commands #32

Open gbraad opened 1 month ago

gbraad commented 1 month ago
rvnc() {
    ssh -t -L 5900:localhost:5900 $1 'x11vnc -localhost -display :0'
}