winfsp + sshfs mount remote Linux folder to local Win10 drive letter

In addition to using ssh clients such as Xshell (Xftp), SecureCRT, finalshell, etc. for remote management of Linux host files, now there is a high-end black technology such as sshfs, which directly supports mounting remote Linux drive letters in Windows Explorer!

Download and install winfsp and sshfs software installation packages

The installation package can be downloaded slowly from github. Considering that the network speed of domestic access to github is unstable, you can query the github image acceleration service on Baidu:

Installation step 1:

Winfsp-1.12.22301.msi
download address:https://github.com/winfsp/winfsp/releases/download/v1.12/winfsp-1.12.22301.msi

Installation step 2

Download and install sshfs-win-3.7.21011-x64.msi
Download address:https://github.com/winfsp/sshfs-win/releases/download/v3.7.21011/sshfs-win-3.7.21011-x64.msi

Installation step 3: sshfs-win-manager-setup-v1.3.1.exe

download link:https://github.com/evsar3/sshfs-win-manager/releases/download/v1.3.1/sshfs-win-manager-setup-v1.3.1.exe

SSHFS-Win Manager interface configuration

Figure 1 Create a new ssh connection
Figure 2: Configure ssh account password

appendix:

Attach MD5 checksum to check file integrity

MD5 checksum file name
3363fd5b41225546594c597a09a82298 winfsp-1.12.22301.msi
bbfd548f926240883b621552217ed00e sshfs-win-3.7.21011-x64.msi
360a9f787394efc8f7036dd7836d1337 sshfs-win-manager-setup-v1.3.1.exe
SHA1 checksum file name
89ae408dab7705eef40b100c80242e3555a6a637 winfsp-1.12.22301.msi
10346b3552d3b1dd3f83201b7eb9b778c57ae1e0 sshfs-win-3.7.21011-x64.msi
1a8eb8dc65016e83f7ff0f3e30371f7644520d97 sshfs-win-manager-setup-v1.3.1.exe

Replenish

sshfs共有两套不同的软件,一套叫sshfs-win,另一套叫win-sshfs,这两套软件界面和底层依赖包完全不同。本文使用的软件是sshfs-win。一开始笔者也搞混了。

Guess you like

Origin blog.csdn.net/liuqun69/article/details/128479319