Sponsored Content
Full Discussion: Suse 10 SP2 VNC Password
Top Forums UNIX for Dummies Questions & Answers Suse 10 SP2 VNC Password Post 302576459 by sagoiz on Friday 25th of November 2011 02:36:11 AM
Old 11-25-2011
Hello again kopper!

I think the command line option is -rfbauth. So it should be like
Code:
server_args = :42 -inetd -once -query localhost -geometry 1024x768 -depth 16 -rfbauth <password file>

Regards

Last edited by sagoiz; 11-25-2011 at 03:52 AM..
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Where are the repositories located in SUSE SLES 10 SP2

Hi, In SUSE SLES 10 SP2 where are the software repositories located? In CENTOS they are in /etc/yum.repositories or something like that. What does SLES use? (1 Reply)
Discussion started by: mojoman
1 Replies

2. Solaris

How to set password for vnc software installed in windows machine?

i want user to prompt for password when ever he tries to login into solaris box using vnc software. is it possible.. each time the user tries to access a solaris box should be prompted for password. and each user can set his own password for his session? if all the above are possible which... (3 Replies)
Discussion started by: chidori
3 Replies

3. Cybersecurity

vnc password hit from Retina

Hello, I'm having an issue with VNC. Security at work says that they scanned my servers (Solaris, RHEL, SLES) and found that you don't need a password to access a VNC session. I have tested this and you can't login to the VNC session without a password. Can someone tell what the Retina scanner... (1 Reply)
Discussion started by: bitlord
1 Replies

4. UNIX for Dummies Questions & Answers

Password security Suse 11

hi guys Suse 11 SP x64 I want to set a password policy but I am unable to get it working I have this under /etc/pam.d/common-password password requisite pam_pwcheck.so nullok cracklib password required pam_unix2.so use_authtok nullok I tried the last... (1 Reply)
Discussion started by: karlochacon
1 Replies

5. UNIX for Dummies Questions & Answers

How to recover root password on SuSE?

Hi, We forgot the root password on SuSE version 10 server. Since I didn't have SuSE DVD, I started the server using Redhat. I updated /etc/shadow and removed the root password. I then started the server and I still can't login using root. Any idea? One more question, on Novell web... (6 Replies)
Discussion started by: samnyc
6 Replies

6. Fedora

Install memcached on Suse 11 SP2

hi guys I am trying to install this extension for php named memcached but I am not really able to do it PECL :: Package :: memcached I have Suse 11 SP2 installed without any registration (I mean installed not paying subscription) so my question is there a way to install it like in... (0 Replies)
Discussion started by: karlochacon
0 Replies

7. High Performance Computing

Job Schedular for Suse Enterprise SLES 11 SP2

We have a server with 160 hyper-threaded cpu's threads and 2Tb of RAM. I need to implement command line job queue and parallel thread usage for multiple user environment kindly suggest necessary tools to be installed. I have understanding that sun grid engine like applications are available for... (0 Replies)
Discussion started by: vaibhavvsk
0 Replies
Xvnc(1) 							     TightVNC								   Xvnc(1)

NAME
Xvnc - an X server providing VNC connectivity SYNOPSIS
Xvnc [:display] [-geometry widthxheight] [-depth depth] [-pixelformat rgbNNN|bgrNNN] [-udpinputport port] [-rfbport port] [-rfbwait time] [-nocursor] [-rfbauth passwd-file] [-httpd dir] [-httpport port] [-deferupdate time] [-economictranslate] [-lazytight] [-desktop name] [-alwaysshared] [-nevershared] [-dontdisconnect] [-viewonly] [-localhost] [-interface ipaddr] [-inetd] [-compatiblekbd] [X- options...] DESCRIPTION
Xvnc is a VNC (Virtual Network Computing) server. It acts like an X server with a virtual display. The display can be seen by a VNC viewer application, which may be running on a different machine: see vncviewer(1). Xvnc is built inside the source code tree of XFree86, and shares many options with it. Normally, you don't need to start Xvnc manually; use the vncserver(1) wrapper script instead. This script sets reasonable defaults for Xvnc session, checks many error conditions etc. Please read the BUGS section if you plan to use VNC on an untrusted network. OPTIONS
Xvnc supports many standard X server options and a number of VNC-specific options. To see what standard X server options are supported, please look at the Xvnc -help output and read the Xserver(1) manual page for details on those options. The VNC-specific options are as follows: -geometry widthxheight Set desktop width and height. -depth depth Set the colour depth of the visual to provide, in bits per pixel. Must be a value between 8 and 32. -pixelformat rgbNNN|bgrNNN Set colour format for pixels representation. The viewer can do the conversion to any other pixel format, but it is faster if the depth and pixel format of the server is the same as the equivalent values on the viewer display. -udpinputport port UDP port for keyboard/pointer data. -rfbport port TCP port for RFB protocol. The RFB protocol is used for commnunication between VNC server and clients. -rfbwait time Maximum time, in milliseconds, to wait for an RFB client (VNC viewer). -nocursor Don't put up a pointer cursor on the desktop. -rfbauth passwd-file Use authentication on RFB protocol from the specified file. The passwd-file can be created using the vncpasswd(1) utility. -httpd dir Serve files via HTTP protocol from the specified directory. Normally, Java viewer classes are stored in such directory. -httpport port TCP port on which Xvnc should listen for incoming HTTP connections (to allow access to the desktop from any Java-capable browser). -deferupdate time Time in milliseconds, to defer screen updates (default 40). Deferring updates helps to coalesce many small desktop changes into a few larger updates thus saving network bandwidth. -economictranslate Use less memory-hungry pixel format translation. -lazytight Disable the "gradient" filter in Tight encoding (TightVNC-specific). The "gradient" filter often helps to improve data compression ratios, but may slow down the server performance. Please note that this filter is never used when a client enables JPEG compression in the Tight encoding. -desktop name Set VNC desktop name ("x11" by default). -alwaysshared Always treat new clients as shared, never disconnect existing client on a new client connection. -nevershared Never treat new clients as shared, do not allow several simultaneous client connections. -dontdisconnect Don't disconnect existing clients when a new non-shared connection comes in, refuse new connection instead. -viewonly Don't accept keboard and pointer events from clients. All clients will be able to see the desktop but won't be able to control it. -localhost Only allow loopback connections from localhost. This option is useful in conjunction with SSH tunneling. -interface ipaddr Listen for client connections only on the network interface with given ipaddr. -inetd Xvnc is launched by inetd. This option causes Xvnc to redirect network input/output to stdin/stdout. -compatiblekbd Set META and ALT keys to the same X modifier flag, as in the original version of Xvnc by AT&T labs (TightVNC-specific). BUGS
There are many security problems in current Xvnc implementation. It's recommended to restrict network access to Xvnc servers from untrusted network addresses. Probably, the best way to secure Xvnc server is to allow only loopback connections from the server machine (the -local- host option) and to use SSH tunneling for remote access to the Xvnc server. For details on SSH tunneling, see <URL:http://www.cl.cam.ac.uk/Research/DTG/attarchive/vnc/sshvnc.html> . SEE ALSO
vncserver(1), vncviewer(1), vncpasswd(1), vncconnect(1), sshd(1) AUTHORS
Original VNC was developed in AT&T Laboratories Cambridge. TightVNC additions were implemented by Constantin Kaplinsky. Many other people participated in development, testing and support. Man page authors: Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>, Tim Waugh <twaugh@redhat.com>, Constantin Kaplinsky <const@tightvnc.com> August 2006 Xvnc(1)
All times are GMT -4. The time now is 09:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy