Complete.Org: Mailing Lists: Archives: webdev: June 2002:
[webdev] Re: VNC connection instructions
Home

[webdev] Re: VNC connection instructions

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: webdev@xxxxxxxxx
Subject: [webdev] Re: VNC connection instructions
From: James Violette <james.violette@xxxxxxx>
Date: Fri, 14 Jun 2002 21:04:01 -0500
Reply-to: webdev@xxxxxxxxx

John Alexander wrote:

>Here is a play-by-play of the way I do it:
>1) ssh -C -L 5954:aclug.notwerk.net:5901 aclug.notwerk.net
>  
>
I found that I needed the additional parameter:

-l jviolette

Which allows me to login with my userid:
$ ssh -C -L 5954:aclug.notwerk.net:5902 aclug.notwerk.net -l 
jviolette@xxxxxxxxxxxxxxxxx's password:

Withoug this parameter, I get a message asking me to login as the 
default user:
$ ssh -C -L 5954:aclug.notwerk.net:5902 aclug.notwerk.net
default@xxxxxxxxxxxxxxxxx's password:

James




[Prev in Thread] Current Thread [Next in Thread]
  • [webdev] Re: VNC connection instructions, James Violette <=