Displaying 20 results from an estimated 39 matches for "streamlocal".
2016 Jan 22
6
[Bug 2529] New: direct-streamlocal channel open doesn't match PROTOCOL documentation
https://bugzilla.mindrot.org/show_bug.cgi?id=2529
Bug ID: 2529
Summary: direct-streamlocal channel open doesn't match PROTOCOL
documentation
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: ssh
Ass...
2009 Sep 06
1
Integration of streamlocal patch
Hello,
there is a patch which allows redirecting UNIX domain sockets here:
http://www.25thandclement.com/~william/projects/streamlocal.html<http://www.25thandclement.com/%7Ewilliam/projects/streamlocal.html>
We really need it in our institution.
It's for OpenSSH 4.4 but I managed to adopt it for 4.7p1 included in Ubuntu
8.04.
http://v6sa.itcollege.ee/shared/patches/openssh-4.7p1-streamlocal-20090831-v6sa-for-ubuntu-8.0...
2015 Jul 04
4
[Bug 2421] New: direct-streamlocal@openssh.com doesn't have a reserved string - PROTOCOL.txt
https://bugzilla.mindrot.org/show_bug.cgi?id=2421
Bug ID: 2421
Summary: direct-streamlocal at openssh.com doesn't have a reserved
string - PROTOCOL.txt
Product: Portable OpenSSH
Version: 6.9p1
Hardware: Other
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: Do...
2016 Apr 23
2
StreamLocal forwarding
Hi folks,
(3rd time I am sending this message, none of the other appear to have
made it through!)
Using "OpenSSH_6.9p1 Ubuntu-2ubuntu0.1, OpenSSL 1.0.2d 9 Jul 2015" on
the server, "OpenSSH_7.2p2, OpenSSL 1.0.2g 1 Mar 2016" on the client.
I am trying to use sshtunnel with StreamLocal forwarding to enable me
to connect back to the client's ssh port, without having to arbitrate
ports between clients.
The idea is to configure the server to allow StreamLocalForwarding via
a unique Unix socket on the host, that relays back to the client.
i.e. on the client (named gateway for t...
2017 Jun 16
2
[PATCH] allow relative path in streamlocal forwarding
..., the choices of NFS mount points, or the
remote user ID.
To allow ssh clients to request remote socket forwarding without
knowledge of the remote system, this patch enables the use of relative
path in remote socket forwarding. If a relative path is requested as
remote_socket, it is expanded from StreamLocalBindRootDirectory, a new
option added to sshd_config.
This feature would be particularly useful if the remote system is
capable of user runtime directory, as managed by pam_systemd:
https://www.freedesktop.org/software/systemd/man/pam_systemd.html
The applications locating sockets under the runtim...
2017 Jun 01
2
Get remote address when using direct-streamlocal@openssh.com.
I've a server where clients can connect to using direct-streamlocal at openssh.com.
I want that the server "knows" the address of the client. I've tried
using the peercredentials
of the process connecting my server (which is a sshd process) and
check the environment.
I thought that in the environment the var SSH_CLIENT would be set, but
that did not...
2015 Jun 24
8
[Bug 2416] New: [PATCH] Allow forwarding of stdio to streamlocal end points
https://bugzilla.mindrot.org/show_bug.cgi?id=2416
Bug ID: 2416
Summary: [PATCH] Allow forwarding of stdio to streamlocal end
points
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot....
2015 Jun 23
2
[PATCH] Allow forwarding of stdio to streamlocal end points
...f OpenSSH allow the user to forward connections also
to/from Unix sockets.
This patch allows to use Unix sockets as the target when forwarding the
local stdio using the -W feature.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Allow-forwarding-of-stdio-to-streamlocal-end-points.patch
Type: application/text
Size: 5796 bytes
Desc: not available
URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20150623/590ae16b/attachment.bin>
2016 May 03
2
StreamLocal forwarding
...f the other appear to have
> > made it through!)
> >
> > Using "OpenSSH_6.9p1 Ubuntu-2ubuntu0.1, OpenSSL 1.0.2d 9 Jul 2015" on
> > the server, "OpenSSH_7.2p2, OpenSSL 1.0.2g 1 Mar 2016" on the client.
> >
> > I am trying to use sshtunnel with StreamLocal forwarding to enable me
> > to connect back to the client's ssh port, without having to arbitrate
> > ports between clients.
> >
> > The idea is to configure the server to allow StreamLocalForwarding via
> > a unique Unix socket on the host, that relays back to the...
2006 Apr 22
1
[Patch] Unix Domain Socket Forwarding
http://25thandclement.com/~william/openssh-4.3p2-streamlocal-20060421.patch
The above URL is a complete patch to OpenSSH 4.3p2 to implement unix domain
socket forwarding (this supercedes a canceled message I sent last night w/
an inline attachment). Basically, for forward and reverse forwardings
anywhere you previously put a port number you can now put a pa...
2015 Feb 26
4
Call for testing: OpenSSH 6.8
On Thu, 26 Feb 2015, Darren Tucker wrote:
> I noticed this error log spam on the tinderbox when looking at one of the
> failures. It happens with Unix domain socket forwarding is requested:
>
> debug1: channel 1: new [forwarded-streamlocal at openssh.com]
> get_socket_address: getnameinfo 1 failed: ai_family not supported
> get_sock_port: getnameinfo NI_NUMERICSERV failed: ai_family not supported
That's strange, because we do:
if (addr.ss_family == AF_UNIX) {
/* Get the Unix domain socket path. */...
2016 May 03
3
StreamLocal forwarding
On Tue, 3 May 2016, Rogan Dawes wrote:
> Hi Damien,
> Thanks for the response!
>
> I tried moving the StreamLocalBindUnlink directive outside of the Match
> rule, and it worked. But that doesn't explain why the Match was not
> correctly setting the directive:
>
> This is running on an alternate port with -ddd:
>
> debug3: checking match for 'User sshvpn' user sshvpn host 196.209...
2024 Mar 14
1
ChannelTimeout setting
...g. where no
keystrokes / output is sent or SFTP sessions with no commands or data
transfer. For testing I am using OpenSSH_9.6p1 Debian-5, OpenSSL 3.1.5
30 Jan 2024 both as the server and client.
I set the following options in sshd_config:
ChannelTimeout agent-connection=60 direct-tcpip=60
direct-streamlocal at openssh.com=60 forwarded-tcpip=60
forwarded-streamlocal at openssh.com=60 session=60 tun-connection=60
x11-connection=60
UnusedConnectionTimeout 1m
The changelog suggests that support for the global keyword was added in
OpenSSH 9.7, so instead I listed them individually.
Connecting to the serv...
2006 Oct 03
1
Patch: Unix Domain Socket Forwards for 4.4p1
I've updated the streamlocal patch for OpenSSH 4.4p1.
http://www.25thandclement.com/~william/projects/streamlocal.html
This patch allows for local and remote forwards, to and from Unix domain
sockets. Simply specify the socket path, enclosed within squares braces
(i.e. -L[/tmp/.s.PGSQL.5432]:[/tmp/.s.PGSQL.5432]) as the ori...
2015 Aug 17
2
[PATCH] Expand tilde for UNIX domain socket forwards.
---
channels.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/channels.c b/channels.c
index a84b487..396e192 100644
--- a/channels.c
+++ b/channels.c
@@ -3014,10 +3014,14 @@ channel_setup_fwd_listener_streamlocal(int type, struct Forward *fwd,
debug3("%s: type %d path %s", __func__, type, fwd->listen_path);
+ /* Expand home directory if necessary */
+ char *expanded_path = tilde_expand_filename(fwd->listen_path, getuid());
+
/* Start a Unix domain listener. */
omask = umask(fwd_opt...
2006 Apr 19
1
tcpip-forward with port 0 and 'want reply'
...like there's a silent collision; not
sure if it blows up.
I'm no longer surprised nobody has added domain socket support yet. FWIW,
the route I've take so far is replacing all the host/port pairs with a
SocketName structure, and added the streamloceal-forward at openssh.com and
forward-streamlocal at openssh.com messages.
In the process I've run into trouble w/ ForwardPermissions. I suspect
there's a bug in the SSH 2.0 support since it doesn't keep track of
listening hostnames, only the port. Again, there's a silent collision and
either the permissions are too strict or too...
2006 May 02
0
OpenSSH Domain Socket Forwarding
I'll be maintaining the streamlocal patch(s)--which teach(es) OpenSSH to
forward local and remote domain sockets--here:
http://www.25thandclement.com/~william/projects/streamlocal.html
- Bill
2006 Sep 27
1
ExitOnForwardFailure and Protocol 2.0
I'm merging my "streamlocal" unix domain socket forwarding patch into 4.4p1
(or rather 20060926 SNAP) and I gather that the ExitOnForwardFailure
capability only works for protocol 1.0.
Am I misreading things? I was really looking forward to that feature.
I noticed when I began fixing a merge reject in
channel_request_r...
2014 Oct 07
0
[Bug 1256] unix domain sockets support
...nect.c sshconnect1.c sshconnect2.c
sshd.c]
[sshd_config.5 sshlogin.c]
Add support for Unix domain socket forwarding. A remote TCP port
may be forwarded to a local Unix domain socket and vice versa or
both ends may be a Unix domain socket. This is a reimplementation
of the streamlocal patches by William Ahern from:
http://www.25thandclement.com/~william/projects/streamlocal.html
OK djm@ markus@
--
You are receiving this mail because:
You are watching the assignee of the bug.
2016 Jul 21
7
[Bug 2601] New: StreamLocalBindUnlink not working
https://bugzilla.mindrot.org/show_bug.cgi?id=2601
Bug ID: 2601
Summary: StreamLocalBindUnlink not working
Product: Portable OpenSSH
Version: 7.2p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org...