Am 14.03.2013 20:18, schrieb Mike Wright:
> 03/14/2013 11:49 AM, Reindl Harald wrote:
>>
>> Am 14.03.2013 19:27, schrieb Robert Moskowitz:
>>> On 03/14/2013 12:29 PM, Fedora User wrote:
>>>> On Tue, 2013-03-12 at 17:16 +0000, Norah Jones wrote:
>>>>> How can I install vncserver on my linux machine so that I can connect
>>>>> from windows client.
>>>> I prefer Tiger: #yum install tigervnc-server
>>>>
>>>> Works great from my android phone.
>>>
>>> vnc passes your login information in the clear
>>
>> ssh-forwarding is not rocket science
> 
> Oh, Reindl, you are so funny.  If only I had your knowledge.
> 
> ssh-forwarding may not be rocket science to you but to others, well...
> 
> Love your help, now show us how

normally the kyword should be enough
https://www.google.at/search?q=ssh+fowarding

however, this below is a snippet of a script with
VNC connections to a ton of machines on different
ports
__________________________

#!/bin/bash
VNC_PARAMS='-FullColour=1 -QualityLevel=7 -CompressLevel=9 -ZlibLevel=9 
-Shared=1'
DEFAULT_GATEWAY='gate...@myhost.domain.tld'
LOCAL_PORT_START=5600
LOCAL_PORT=`expr $LOCAL_PORT_START + 1`

LOCAL_PORT=`expr $LOCAL_PORT + 1`
ssh -C -f -L $LOCAL_PORT:localhost:59oo $DEFAULT_GATEWAY sleep 3
vncviewer $VNC_PARAMS -passwd=/home/harry/.vnc/machine-type-1.pwd 
localhost:$LOCAL_PORT

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to