[Telepathy] ssh over telepathy?

Will Thompson will.thompson at collabora.co.uk
Thu Mar 11 04:00:56 PST 2010


On 11/03/10 11:13, Butrus Damaskus wrote:
> Just an Idea: How complicate would it be to allow ssh be "tunneled"
> over telepathy in the same way as the VNC is? The VNC is sometimes
> really slow and ssh would make much more sense...

Good idea! Not very complicated. VNC is "tunnelled" over Telepathy using 
a stream tube — 
http://telepathy.freedesktop.org/spec/org.freedesktop.Telepathy.Channel.Type.StreamTube.html 
— which is not specific to VNC. Stream tubes basically give you a socket 
to a contact, and then you can speak any protocol you like.

You'd need to find a way either to make sshd listen on additional 
sockets on the fly, or (more likely) proxy from the stream tube socket 
to localhost:22.

-- 
Will


More information about the telepathy mailing list