Using SSH/SFTP as an alternative to Samba?

I'm told using SSH/SFTP is a more secure alternative to Samba to edit a web server from a Windows host.

However, I can't find how use it to create a path like Z:\ between Windows and OpenSSH: The only examples I find are either a terminal window or a Norton Commander-style GUI to copy files back and forth.

What solution can I use to create an SSH tunnel to a remote OpenSSH server so that the user simply has to double-click a folder in Network Neighbordood like Samba does?

Thank you.

4

1 Answer

Presumably you are running a Linux or Unix based server and a Windows client.

Assuming the server is set up correctly, one way of doing this is to use a SFTP client such as Filezilla or WinSCP.

Once you have this set up correctly, you will be able to securely connect to the remote server to copy over the required files. This would involve using the Filezilla client which may not be your preferred option.

Another option is to use SSHFS. This allows you to mount your SSH server as if it was a directory. This may be best eventually, but I would probably test with Filezilla first so you know that everything works ok. I am not sure how stable the win-sshfs project is, but it sounds like it offers the functionality you are looking for:

(latest release February 2016)

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like