Displaying 2 results from an estimated 2 matches for "btserv".
Did you mean:
ntserv
2009 Nov 24
1
[Bug 1675] New: SSH over Bluetooth support
...support for SSH connections over Bluetooth RFCOMM
sockets. It only adds the autoconf magic, along with support for
correctly reporting the peer when sshd has been invoked with the '-i'
argument from a Bluetooth d?mon working much like inetd, such as the
one I have at http://david.woodhou.se/btserv.c
Later patches will add the functionality from 'btserv.c' into sshd so
that it can listen for itself, and will add support to the ssh client
for making the connections directly; currently my testing uses
'ProxyCommand socat stdio SOCKET-CONNECT:31:3:x1ec1e4e21f000100'
--
Config...
2009 Nov 23
0
[PATCH] Bluetooth support.
...nnections and invoking 'sshd -i' with them, like inetd does.
In later patches I'll extend sshd to listen on a Bluetooth socket (and
advertise the service in SDP) for itself, and extend the ssh client to
make the connection directly. For now, I'm testing with
http://david.woodhou.se/btserv.c and
ssh -o 'ProxyCommand socat stdio SOCKET-CONNECT:31:3:x1ec1e4e21f000100' root at bluetooth
Index: canohost.c
===================================================================
RCS file: /cvs/openssh/canohost.c,v
retrieving revision 1.75
diff -u -p -r1.75 canohost.c
--- canohost.c 21...