Skip to content

Commit

Permalink
Add note about new ssh setup
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarier committed Apr 18, 2015
1 parent 4e23808 commit 10735ed
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions vnc-akureyri
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/sh
#!/bin/bash
#
# http://feeding.cloud.geek.nz/posts/high-latency-vnc-tech-support/

ssvncviewer -compresslevel 9 -quality 3 -bgr233 -encodings zrle -use64 -scale 1600x850 -ycrop 1024 localhost
function error {
echo "Did you forget to ssh manually into the gateway forwarding the ports?"
}

ssvncviewer -compresslevel 9 -quality 3 -bgr233 -encodings zrle -use64 -scale 1600x850 -ycrop 1024 localhost || error

0 comments on commit 10735ed

Please sign in to comment.