Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: libfuse/sshfs Loading
base: master
Choose a base ref
...
head repository: bertwesarg/sshfs Loading
compare: bw/master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Feb 27, 2024

  1. use opensshs control socket to reuse an already established connection

    Add a new option -S (resembling the same as that from ssh) to use this
    socket from an openssh control master for the connection. Saving two forks
    and the authorization procedure.
    
    When the socket name is "none" than that is passed to the ssh command, so
    that it does not connect/create a control socket.
    
    The files fdpass.* come directly from the openssh source package, I haven't
    the skill to code the fd passing over an unix socket. If that would be a
    licence problem, I think someone can code this again.
    
    Signed-off-by: Bert Wesarg <[email protected]>
    
    ---
    
    Maybe we should fallback to the normal ssh command, when the control socket
    does not work?
    
    The subsystem is hardcoded to "sftp", I don't know if it makes sense to let
    the user specify the subsystem.
    bertwesarg committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3b6da9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7903d2 View commit details
    Browse the repository at this point in the history
Loading