[Bug 3449] New: LocalForward doesn't support ~/path syntax for UNIX sockets

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Jun 24 08:19:52 AEST 2022


https://bugzilla.mindrot.org/show_bug.cgi?id=3449

            Bug ID: 3449
           Summary: LocalForward doesn't support ~/path syntax for UNIX
                    sockets
           Product: Portable OpenSSH
           Version: v9.0p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: ssh
          Assignee: unassigned-bugs at mindrot.org
          Reporter: calestyo at scientia.org

Hey.

LocalForward, and presumably the other *Forward options too, doesn't
seem to support ~/ syntax for UNIX sockets, as e.g. supported by
options like IdentityFile.

e.g.:
  LocalForward ~/.ssh/forward-sockets/foo /home/remote-user/sock
doesn't work, while:
  LocalForward /home/local-user/.ssh/forward-sockets/foo
/home/remote-user/sock
works.

Perhaps that could be added.

Thanks,
Chris.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list