Sponsored Content
Full Discussion: Suse 10 SP2 VNC Password
Top Forums UNIX for Dummies Questions & Answers Suse 10 SP2 VNC Password Post 302576590 by kopper on Friday 25th of November 2011 01:37:07 PM
Old 11-25-2011
Quote:
Originally Posted by sagoiz
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 /root/.vnc/passwd

Regards

OK looks like kinda working

Now my VNCViewer prompts me for a password Smilie but I get Authentication Failure

As I understand that password is the one set using vncpasswd command but I just used 12345678 as my password and not I get Authentication Failure

something I am missing?

thanks

---------- Post updated at 02:37 PM ---------- Previous update was at 10:34 AM ----------

done

I just needed to assign permissions to the passwd file generated by vncpasswd this way

chown nobody /etc/vnc/passwd


done I can successfully login
 

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
VNCCAPTURE(1p)						User Contributed Perl Documentation					    VNCCAPTURE(1p)

NAME
vnccapture - Capture a screenshot via VNC SYNOPSIS
vnccapture [options] [numcaptures] Options: -P --password=str password for the VNC server, if applicable -H --host=str address of VNC server (default: 'localhost') -p --port=num TCP port for VNC server (default: 5900) -d --depth=8|16|24 screen depth for capture (default: 24) -t --type=ext image type for output (default: 'png') -C --cursor include the mouse cursor in the image -o --outfile capture to the specified path otherwise capture to "snapshot<num>.<type>" -v --verbose print status and diagnostics to STDOUT -h --help verbose help message -V --version print the Net::VNC version DESCRIPTION
Connect to a VNC server and capture the screen one or more times. The output is written to, for example, "snapshot0001.png". The number is the sequence of captures and the extension is specified by the "--type" argument. The "--type" argument can be any format that Image::Imlib2 can support. SEE ALSO
Net::VNC Image::Imlib2 AUTHOR
Chris Dolan, cdolan@cpan.org perl v5.12.4 2011-10-31 VNCCAPTURE(1p)
All times are GMT -4. The time now is 03:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy