LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   Remote Mount a Samba Share (https://www.linuxquestions.org/questions/linux-security-4/remote-mount-a-samba-share-663194/)

vcatalano 08-16-2008 06:45 AM

Remote Mount a Samba Share
 
Hello, I am setting up a Samba file server at my small office and I have the user permissions set so that the drive requires a username and password for anyone who wants to access the drive. I was wondering if the drive can be accessed remotely (outside of the local network) and if so, how secure it is to do it this way. Thank you.

dorian33 08-16-2008 09:43 AM

You can use ssh.
You will need to run sshd on the host running samba service.
Using ssh client (with proper -L and/or -R options) started on the remote host you can see the 127.0.0.1:139 port locally which can be mapped as samba share.

vcatalano 08-16-2008 05:51 PM

What if I am connecting to the remote samba drive with a computer with windows xp?

dorian33 08-16-2008 06:40 PM

Use putty.exe or command line equivalent plink.exe or something similar - I do not remember the name (googling for putty you'll find a tools family).


All times are GMT -5. The time now is 11:51 AM.