https://bugzilla.mindrot.org/show_bug.cgi?id=1675

           Summary: SSH over Bluetooth support
           Product: Portable OpenSSH
           Version: 5.3p1
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Miscellaneous
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=1733)
 --> (https://bugzilla.mindrot.org/attachment.cgi?id=1733)
Patch

This patch adds basic 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'

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to