On Monday, February 24, 2014, Denis Heidtmann <[email protected]>
wrote:

> I need help setting up a local wireless network.
>
> I have a (long term borrowed) laptop on which I have installed Ubuntu
> 12.04 running Unity.
> On my desktop I am running Ubuntu 12.04 w/Unity
>
> Wireless router is AirRouter.  I can get to the internet through the
> wireless without a
> problem.  I want to be able to read from and write to files on the
> desktop from the laptop.
>
> openssh-server and openssh-client are both installed on both machines.
>
> I ran into server refused connection. Web searching I see instructions to
> run:
> parents@R2D4:~$ sudo netstat -anp | grep sshd
>
> I get:
> tcp        0      0 0.0.0.0:2022            0.0.0.0:*
> LISTEN      572/sshd
> tcp6       0      0 :::2022                 :::*
> LISTEN      572/sshd
>
> "If you don't get results, or they don't show you're listening on tcp
> 0.0.0.0:22... fix that."
>
> I fixed that by changing the port in the client to 2022.
>
> Made progress, but now get Permission denied.  The client dialog box
> wants folder, user name and password, which I believe I have entered
> correctly.
>
> Ideas?
>
> Thanks,
> -Denis
>
>
If you want to share files between the 2 systems, ssh is the hard way. You
should use either SAMBA or NFS to set up shared directories. In either
case, the shared folder on one box (the server) ends up as a "folder" on
the other (the client). There are plenty of HOW-TOs on the 'net; Ununtu
documentation area has serveral.

-Ed


-- 
You! What PLANET is this!
    -- McCoy, "The City on the Edge of Forever", stardate 3134.0
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to