Skip to content

Commit

Permalink
Add sshfs documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvanes committed Nov 6, 2023
1 parent 03b5801 commit aae9804
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,11 @@ Host ssh-demo.sram.surf.nl
ControlMaster auto
ControlPersist 10m
```
## SSHFS
To prevent having to go through the login sequence every time you access a pam-weblogin enabled server, you can also use SSHFS to create a long standing filesystem mount to the remote server:

```
$ mkdir my-sshfs
$ sshfs <user>@<server>: my-sshfs
$
```

0 comments on commit aae9804

Please sign in to comment.