Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
access_to_home_dir_with_sshfs [2023/10/18 10:38] – ac1mde | access_to_home_dir_with_sshfs [2023/10/18 11:06] (current) – ac1mde | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | **SSHFS to home directory**\\ | + | **SSHFS to home directory |
- | You can mount your home directory onto a Linux desktop using SSHFS, so that it appears as a local folder. | + | On a Linux desktop, you can mount your home directory onto a Linux desktop using SSHFS, so that it appears as a local folder. |
+ | |||
+ | Firstly, the SSHFS package must be installed: **sudo apt install sshfs** | ||
If you just want to do this once, mount it from stafflogin; you use the command | If you just want to do this once, mount it from stafflogin; you use the command | ||
Line 17: | Line 19: | ||
</ | </ | ||
+ | ------------ | ||
+ | |||
+ | **SSHFS on Windows** | ||
+ | |||
+ | If you have WSL (Windows Subsystem for Linux) on a Windows Desktop, the above instructions for SSHFS can be used. It is not possible, however, to use pam_mount to automatically mount it when the Linux session is started up. | ||