âMultiplex uid mismatchâ when trying to get info from Unix socket
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I created a unix socket in order to enable SSH multiplexing for my SSH tunnel. I'm new to unix sockets so I wanted to see what this pseudo-file in my filesystem contains. I've tried using:
nc -U socket.file
and echo "$(cat socket.file)"
And in both cases, this error is returned:
multiplex uid mismatch: peer euid 501 != uid 0
I'm really just curious and want to cat
or tail
this unix socket "file" to see what's returned when I use that SSH tunnel. In the end, I'm trying to understand how communication between machines work using this unix socket "file".
How do I read from this unix socket?
ssh ssh-tunneling unix-sockets
add a comment |Â
up vote
1
down vote
favorite
I created a unix socket in order to enable SSH multiplexing for my SSH tunnel. I'm new to unix sockets so I wanted to see what this pseudo-file in my filesystem contains. I've tried using:
nc -U socket.file
and echo "$(cat socket.file)"
And in both cases, this error is returned:
multiplex uid mismatch: peer euid 501 != uid 0
I'm really just curious and want to cat
or tail
this unix socket "file" to see what's returned when I use that SSH tunnel. In the end, I'm trying to understand how communication between machines work using this unix socket "file".
How do I read from this unix socket?
ssh ssh-tunneling unix-sockets
You will need to give more details on how you are usingssh
.
â Patrick Mevzek
Mar 16 at 4:35
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I created a unix socket in order to enable SSH multiplexing for my SSH tunnel. I'm new to unix sockets so I wanted to see what this pseudo-file in my filesystem contains. I've tried using:
nc -U socket.file
and echo "$(cat socket.file)"
And in both cases, this error is returned:
multiplex uid mismatch: peer euid 501 != uid 0
I'm really just curious and want to cat
or tail
this unix socket "file" to see what's returned when I use that SSH tunnel. In the end, I'm trying to understand how communication between machines work using this unix socket "file".
How do I read from this unix socket?
ssh ssh-tunneling unix-sockets
I created a unix socket in order to enable SSH multiplexing for my SSH tunnel. I'm new to unix sockets so I wanted to see what this pseudo-file in my filesystem contains. I've tried using:
nc -U socket.file
and echo "$(cat socket.file)"
And in both cases, this error is returned:
multiplex uid mismatch: peer euid 501 != uid 0
I'm really just curious and want to cat
or tail
this unix socket "file" to see what's returned when I use that SSH tunnel. In the end, I'm trying to understand how communication between machines work using this unix socket "file".
How do I read from this unix socket?
ssh ssh-tunneling unix-sockets
asked Mar 5 at 20:48
LXXIII
1114
1114
You will need to give more details on how you are usingssh
.
â Patrick Mevzek
Mar 16 at 4:35
add a comment |Â
You will need to give more details on how you are usingssh
.
â Patrick Mevzek
Mar 16 at 4:35
You will need to give more details on how you are using
ssh
.â Patrick Mevzek
Mar 16 at 4:35
You will need to give more details on how you are using
ssh
.â Patrick Mevzek
Mar 16 at 4:35
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f428364%2fmultiplex-uid-mismatch-when-trying-to-get-info-from-unix-socket%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
You will need to give more details on how you are using
ssh
.â Patrick Mevzek
Mar 16 at 4:35