c0fa360ea7
-- Zebedee is a simple program to establish an encrypted, compressed TCP or UDP tunnel between two systems. This allows traffic such as telnet, ftp, VNC, and X to be protected from snooping as well as potentially gaining performance over low-bandwidth networks from compression. WWW: http://www.winton.org.uk/zebedee/ Submitted by Jon Leonard <jleonard@iss.net>
25 lines
789 B
Plaintext
25 lines
789 B
Plaintext
$OpenBSD: patch-vncviewer_zbd,v 1.1.1.1 2001/10/31 18:04:54 lebel Exp $
|
|
--- vncviewer.zbd.orig Thu Apr 12 14:07:44 2001
|
|
+++ vncviewer.zbd Wed Oct 31 10:44:58 2001
|
|
@@ -7,16 +7,18 @@
|
|
verbosity 1 # Basic messages only
|
|
|
|
server false # It's a client
|
|
+# If you use VNC, you may have to turn 'detached' off
|
|
+# so it can read the password form the terminal.
|
|
detached true # Detach from terminal
|
|
|
|
message "Starting VNC viewer"
|
|
|
|
# On Windows systems you might use the following:
|
|
|
|
-command '"c:\Program Files\ORL\VNC\vncviewer.exe" localhost:%d'
|
|
+# command '"c:\Program Files\ORL\VNC\vncviewer.exe" localhost:%d'
|
|
|
|
# On UNIX systems you might use the following:
|
|
|
|
-# command 'vncviewer localhost:%d'
|
|
+command 'vncviewer localhost:%d'
|
|
|
|
compression zlib:6 # Request normal Zlib compression
|