LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Samba over SSH (https://www.linuxquestions.org/questions/linux-newbie-8/samba-over-ssh-593657/)

ohswrestler2009 10-22-2007 08:07 AM

Samba over SSH
 
Hello.
I'm fairly new to linux.
I was wondering how to run Samba so I could access my Windows XP computer from my Linux machine.
I'm currently running Fedora 7.
Don't really know much about Samba or SSH.
Soo....Any advice?

acid_kewpie 10-22-2007 08:50 AM

why is ssh involved in this? unless you're doing something like trying to securely connect over the internet or something, then there's no reason to involve ssh at all. you should be able to refer to the standard places like the network places in the fedora desktop menus.

ohswrestler2009 10-23-2007 07:55 AM

Yeah, I'm trying to get a secure connection between my home computer and my work computer.

acid_kewpie 10-23-2007 08:19 AM

ok, well an ssh tunnel on port 445 will sort you out just fine if you can already get ssh access. so under linux it'd be somethign like

ssh -L 1234:127.0.0.1:445 user@domain.com

log in and then connect to port 1234 on your local machine in order to be tunnel to port 445 on the remote windows machine.

stfusonxxxx 10-23-2007 08:28 AM

Okay, this is giving me problems, I am getting this error.

bind: Address already in use
channel_setup_fwd_listener: cannot listen to port: 5900
Could not request local forwarding.

ohswrestler2009 10-23-2007 08:29 AM

I am getting the same error message

acid_kewpie 10-23-2007 09:04 AM

an error about port 5900 when you're not using it? 5900 is for VNC, not SMB/CIFS.

stfusonxxxx 10-23-2007 09:06 AM

Oh, well, I get the same error with 1234

ohswrestler2009 10-25-2007 07:55 AM

Is 1234 the right port to connect from?
How do you find out?

ub3r1337/\/00b 10-25-2007 08:10 AM

please delete all of these thank you.

ub3r1337/\/00b 10-25-2007 08:17 AM

all of my posts

ub3r1337/\/00b 10-25-2007 08:18 AM

.....................

ub3r1337/\/00b 10-25-2007 08:21 AM

....................

ub3r1337/\/00b 10-25-2007 08:23 AM

...................

ohswrestler2009 10-26-2007 08:15 AM

Can anyone help?


All times are GMT -5. The time now is 04:54 PM.