Unix-domain port forwarding with openssh
From: Jim Nance (jlnance@intrex.net)
Date: 12/24/02
- Previous message: wade clowers: "ssh default directory- how?"
- Next in thread: Richard E. Silverman: "Re: Unix-domain port forwarding with openssh"
- Reply: Richard E. Silverman: "Re: Unix-domain port forwarding with openssh"
- Reply: Kyler Laird: "Re: Unix-domain port forwarding with openssh"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Jim Nance <jlnance@intrex.net> Date: Tue, 24 Dec 2002 03:16:11 GMT
Hello All,
I would like to be able to use openssh to forward Unix domain
socket connections.
I am writing a distributed application and I want to use ssh to
take care of machine to machine communications. This way I can use
its encryption and authentication features rather than try and write
them myself. I can fairly easily make this work using ssh'es port
forwarding features. However, if I use TCP sockets, I have to worry
about other users on the machine connecting to the forwared ports.
If I was to use Unix domain sockets, I would be able to use file
system permissions to keep unwanted people from accessing my sockets.
This seems like a very logical use of forwared ports and it seems
like it would be an easy feature to add to ssh. So I assumed that
it had either already been done or that it was not as good an idea
as it seemed. I looked through the documentation on the openssh
web site and I dont see anything about forwarding Unix domain sockets.
So perhaps its not as good an idea as I thought? Any thoughts
about this?
Thanks,
Jim
- Next message: Cary Wells: "SSHD login problem"
- Previous message: wade clowers: "ssh default directory- how?"
- Next in thread: Richard E. Silverman: "Re: Unix-domain port forwarding with openssh"
- Reply: Richard E. Silverman: "Re: Unix-domain port forwarding with openssh"
- Reply: Kyler Laird: "Re: Unix-domain port forwarding with openssh"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|