• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to map an SSH server as a Windows network drive?

screw3d

Diamond Member
I'm currently trying out sftpdrive which works very nicely but it's not free ($39).

Are there other ways out there that works like this? Preferably something that takes a private key for authentication too..

Thanks!
 
Tunnelling SMB over SSH is a minimal solution to provide secure data access to a remote location. However, as Nothinman points out, depending on your needs, it is very rigid as to what is required and how dynamic it is.

Really we need more information as to the setup of each network. Is this a case where an IPsec VPN is needed? More importantly then, can the server side host your VPN as is? If not, can it (ie are you an admin)? Is this case where PPTP is "good enough"?
 
Originally posted by: Nothinman

That's not the same thing, it'll only work for one remote host since you can only tunnel port 139 (or better 445) once and it requires the remote host have both SSH and SMB servers running.

This is true. It does work nicely though, I did it for a while for my wife when we were dating and living seperately. I can't say that I noticed an increase in resources used on the server during the time.
 
Looks like I wasn't asking the right questions -- turned out that setting up Samba in my FreeBSD box was a piece of cake. 😀 I'm now happily mapping a windows drive directly to the server.

Security isn't a big concern because it's in a corporate network, and I almost never access the box from outside. It should work with VPN anyway.

Thanks all!
 
Back
Top