On Tue, Jul 15, 2008 at 10:36, Robert Moskowitz <[EMAIL PROTECTED]> wrote:
>>> VNC_VIA_CMD=/usr/bin/ssh -p 7722 -f -L "$L":"$H":"$R" "$G" sleep 20
>>
>> You could actually do this a little bit easier, by defining a user ssh
>> config file in ~/.ssh
>
> This simplified my ssh commands, not having to
Jim Perrin wrote:
On Mon, Jul 14, 2008 at 9:18 PM, Robert Moskowitz <[EMAIL PROTECTED]> wrote:
How do I set up this environment variable on my notebook. Would I modify my
.bash_profile file, and is the format of the added line:\
VNC_VIA_CMD=/usr/bin/ssh -p 7722 -f -L "$L":"$H":"$R" "$G" sle
On Mon, Jul 14, 2008 at 9:18 PM, Robert Moskowitz <[EMAIL PROTECTED]> wrote:
> How do I set up this environment variable on my notebook. Would I modify my
> .bash_profile file, and is the format of the added line:\
> VNC_VIA_CMD=/usr/bin/ssh -p 7722 -f -L "$L":"$H":"$R" "$G" sleep 20
You could a
the man page for vncviewer presents the -via gateway option to use ssh
through a gateway.
I understand if I want a secure vnc connection to server.foo.com I can
use the command:
vncviewer localhost -via server.foo.com
But I have moved my SSHD services from port 22 to port n. So according
t
4 matches
Mail list logo