Show pageOld revisionsBacklinksExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Mount a directory via SSH to a local drive letter (using keys) ====== <code ini c:\users\user\.ssh\config> Host TargetHost HostName host.example.com User root Port 22 IdentityFile C:\Users\user\.ssh\user-priv-key </code> <code powershell Install WinFsp and SSHFS-Win> winget install -h -e --id "WinFsp.WinFsp" ; winget install -h -e --id "SSHFS-Win.SSHFS-Win" </code> <code dos Mount directory> C:\Program Files\SSHFS-Win\bin\sshfs-win.exe svc \sshfs.k\TargetHost\.. x: </code> windows/scripting/mount_ssh_location_locally.txt Last modified: 2024/07/03 11:09by tplecko