# HG changeset patch # User Pascal Bellard # Date 1441783393 -7200 # Node ID c68cd3e0f1946a689b4bf0d3fa601f7898b37278 # Parent 0c87072c012d5de50c06ce65e069e338b1194e98 dropbear: add sshfbvnc (again) diff -r 0c87072c012d -r c68cd3e0f194 dropbear/stuff/sshx --- a/dropbear/stuff/sshx Wed Sep 09 08:55:46 2015 +0200 +++ b/dropbear/stuff/sshx Wed Sep 09 09:23:13 2015 +0200 @@ -50,6 +50,7 @@ { p=5900 while netstat -tln | grep -q ":$p " ; do p=$(($p+1)); done + [ -r /dev/input/mice ] || echo "Warning: Cannot read mouse input." 1>&2 dbclient -f -N -L $p:127.0.0.1:${2:-5900} $1 fbvnc 127.0.0.1 $p kill $(netstat -tlnp 2> /dev/null | \