It should work. :) congrats.
We use SSH on a daily basis to manage all of our remote servers. Another
cool thing you can do with SSH is to use SCP instead of ftp to copy files to
and from the remote machine.
example:
# scp [email protected]:/home/user/mydirectory/myfile.txt .
This will copy the file myfile.txt from your remote machine into your
current working directory. You can also do the reverse.
You can also do tunneling with SSH to have a secure, persistent remote
connection. You can use tunneling as an alternative to using a VPN!
Enjoy.
On Wed, Sep 16, 2009 at 10:39 PM, pete b. <[email protected]> wrote:
> cool! it works.
>
> On Tue, Sep 15, 2009 at 12:52 AM, hard wyrd <[email protected]> wrote:
>
>> Check if ssh_config has set ForwardX11 to yes and sshd_config has
>> X11Forwarding to yes.
>>
>>
>> On Tue, Sep 15, 2009 at 12:04 AM, pete b. <[email protected]> wrote:
>>
>>> 1. Currently, I'm using F11 and X11 forwarding is not operating.
>>> 2. Previously, I used F10 and X11 forwarding was working on the same
>>> machine
>>> thru:
>>> a) ssh -X lo...@somedomain -p xxx
>>> b) export display=rem...@somedomain:0.0
>>> c) xhost + (on remote)
>>> 3. I tried disabling/stopping the firewall but this did not permit
>>> X11 forwarding.
>>> 4. sshd_config has X11Forwarding yes
>>> 5. I read on the web the use of xauth isn't necessary if ssh -X is used.
>>>
>>> thx.,
>>> Pete
>>>
>>>
>>>
>>>
>>
>>
>> --
>> Penguin, penguin, and more penguin.
>>
>> Believe that within the brain is a brain, and within it another brain, and
>> so on and so forth.
>>
>>
>>
>>
>
> >
>
--
Penguin, penguin, and more penguin.
Believe that within the brain is a brain, and within it another brain, and
so on and so forth.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Linux Users Group.
To post a message, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit our group at
http://groups.google.com/group/linuxusersgroup
-~----------~----~----~----~------~----~------~--~---