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


 
Thread Tools Search this Thread
Operating Systems Solaris How to set password for vnc software installed in windows machine?
# 1  
Old 06-27-2011
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 side the configuration has to be done? solaris server side or windows machine where vnc viewer is installed?
# 2  
Old 06-27-2011
passwords are always set on server side. I don't know how to do it on solaris, but think its possible.
This User Gave Thanks to orange47 For This Post:
# 3  
Old 06-27-2011
Okay.. Thanks Orange.. so its server side work then Smilie

Any one out there please if you know how to set password please let me know..

1. How to set a password for this issuee?
2. can each user have his own password..?
# 4  
Old 06-27-2011
password setting

Hi,
I use VNC to access my Solaris 10 servers at work, form a Windows machine.
I hope this helps you.

To set a user password use this command in unix.
passwd username

To set a password for VNC
vncpasswd

For each user to have there own password then they need three own account and session. The link below is my blog, that has a how to on account creation.
My Notes: Adding a new user to a UNIX based system

To give each person there own session. You will need to log into the sever and become them.
Example:
su someuser

After you are them start the server:
Example:
vncserver
VNC Server Enterprise Edition E4.2.7 - built Dec 22 2006 12:39:50
Copyright (C) 2002-2006 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.
Running applications in /home/arich/.vnc/xstartup
Log file is /home/bitlord/.vnc/solaris-server:4.log
New desktop is solaris-server:4

In this example they will put solaris-server:4 in the VNC Server field, when they start the VNC application.

As a bonus you can set the size of there window like this:
vncserver --geometry 1500x1024

I hope this is what your looking for.

bitlord

Last edited by bitlord; 06-27-2011 at 05:42 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Bash find version of an installed application but if none is found set variable to App Not Installed

Hello Forum, I'm issuing a one line bash command to look for the version of an installed application and saving the result to a variable like so: APP=application --version But if the application is not installed I want to return to my variable that the Application is not installed. So I'm... (2 Replies)
Discussion started by: greavette
2 Replies

2. Solaris

Having solaris installed over VM ware machine in windows

I have installed solaris 10 over VM ware in windows machine. now i want to share the files from windows to solaris. how can i do so.. and pls tell if through putty i can access the solaris from windows machine without logging onto VMware. (4 Replies)
Discussion started by: jain_sharad143
4 Replies

3. Solaris

Change hostID of Solaris 10 virtual/guest machine installed by Virtual Box 4.1.12 on Windows-XP host

Trying to set or modify the randomly set hostID of a Solaris 10 virtual/guest machine that I installed on a Windows-XP host machine (using Virtual Box 4.1.12). I was able to set/modify the hostname of the Solaris 10 virtual/guest machine during installation as well as via the Virtual Box... (4 Replies)
Discussion started by: Matt_VB
4 Replies

4. Windows & DOS: Issues & Discussions

Need suggestions on Virtual Machine software for Windows

Hi, I am currently having an issue with Virtualbox. It, at one point in time, worked like a charm. Then my internal 500GB HD failed in my PC. It was under warranty and I sent off for another one but did not want to pay for the expedited shipping nor did I want to wait a few weeks to get the... (1 Reply)
Discussion started by: tlarkin
1 Replies

5. Solaris

Not able to connect (ping & http) to windows 2003 (with IIS installed) from Solaris9 Machine(Tomcat)

hi Am trying to connect from Solaris 9 installed Sun server and having Tomcat 5.5.9 installed on top of it to Windows 2003 server with IIS installed for web application. Scenarios am facing are 1. From Sun system am able to ping and telnet ip with port 80 of windows 2000 system which is... (2 Replies)
Discussion started by: aemunathan
2 Replies

6. Shell Programming and Scripting

Comparing installed software.

I have some 30 AIX servers and I want their software packages to be consistent. AIX provides a command to list out all pertinent information on a software package in a colon separate list - I grab this through ssh and collect in a temp directory server_name.log. Now, I'm stuck. I can create a... (2 Replies)
Discussion started by: ejk67
2 Replies

7. UNIX for Dummies Questions & Answers

Installed Software

Pls guys, what command do i use to dispaly the Disk size and Ram Size my system? thanks (1 Reply)
Discussion started by: tt1ect
1 Replies

8. UNIX for Dummies Questions & Answers

Installed software

I am a complete novice/dumbo with Unix. How can I ascertain what software is installed on a unix system? Any help is much appreciated. (3 Replies)
Discussion started by: wakeley
3 Replies
Login or Register to Ask a Question