wok rev 18332

dropbear: add sshfbvnc (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 09 09:27:57 2015 +0200 (2015-09-09)
parents c68cd3e0f194
children 258a3d8b8317
files dropbear/stuff/sshx
line diff
     1.1 --- a/dropbear/stuff/sshx	Wed Sep 09 09:23:13 2015 +0200
     1.2 +++ b/dropbear/stuff/sshx	Wed Sep 09 09:27:57 2015 +0200
     1.3 @@ -60,6 +60,7 @@
     1.4  case "$(basename $0)" in
     1.5  *vnc)	[ -z "$1" ] && cat <<EOT || xfbvnc "$@" ;;
     1.6  Usage: $0 '[sshargs] user@remote' [vncport]
     1.7 +$(fbvnc --help 2>&1 | sed '1,/Usage:/d')
     1.8  EOT
     1.9  ppp*)	[ -z "$1" ] && cat <<EOT || pppssh "$@" ;;
    1.10  Usage: $0 '[sshargs] user@remote' '[localip:remoteip] [localpppargs]' 'remotepppargs' 'routes'