Displaying 2 results from an estimated 2 matches for "x1ec1e4e21f000100".
2009 Nov 24
1
[Bug 1675] New: SSH over Bluetooth support
...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'
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
2009 Nov 23
0
[PATCH] Bluetooth support.
...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 Jun 2009 08:13:58 -0000 1.75
+++ canohost.c 23 Nov 2009 09:50:32 -0000
@@ -20,6 +...