Displaying 20 results from an estimated 700 matches similar to: "SSH over websockets"
2015 Jan 29
3
SSH over websockets
On 29/01/15 21:15, Alex Bligh wrote:
> Be frightened:
> https://chrome.google.com/webstore/detail/secure-shell/pnhechapfaindjhompbnflcldabbghjo?hl=en
>
That's a ssh client implemented in chromium, not a web server acting as
sshd. However...
?Secure Shell also knows how to connect to an HTTP-to-ssh relay that was
built inside Google. Unfortunately
that relay isn't open source,
2015 Jan 30
3
SSH over websockets
I must be missing the point here somehow. From my simple mind I think that
two things would be needed - first a mod, e.g., mod_sshd, or better an
addition to mod_auth and mod_proxy so that a URL could be used to initiate
contact to an sshd server elsewhere.
The mod_auth part could/should be used to verity the credentials to used -
basically setting up the VPN between ssh and httpd as ssh; the
2016 Mar 28
3
Migrating to dovecot from gmail apps
Hi,
I'm considering migrating away from gmail for my (one-man) company, and I'm
trying to decide if dovecot is the right option (I'm committed to
self-hosting). I'm a developer, so happy to do my own tooling if needed.
*Is there currently a good webmail interface to dovecot, or work-in
progress?* If not, would a web interface be out-of-scope for dovecot? I
want to use SAML for
2016 Mar 28
3
Migrating to dovecot from gmail apps
On 03/28/2016 05:05 PM, aki.tuomi at dovecot.fi wrote:
>
>> On March 28, 2016 at 5:43 PM Phil Lello <phil at dunlop-lello.uk> wrote:
>>
>>
>> Hi,
>>
>> I'm considering migrating away from gmail for my (one-man) company, and I'm
>> trying to decide if dovecot is the right option (I'm committed to
>> self-hosting). I'm a
2016 Apr 02
2
Dovecot rest api
Team,
Need more information on dovecot rest api. Any detailed information about
list of dovecot rest apis other than
http://www.dovecot.fi/dovecot-launches-a-gmail-api-compatible-rest-api-to-enable-third-party-developers-to-join-its-global-email-ecosystem/
will
really helpful.
2013 Apr 09
3
Real-time events with WebSockets and fallbacks?
Does Rails have anything that supports real-time events and communication
with WebSockets and gracefully fallbacks to other techniques if WebSockets
are not supported?
I would like the possibility to pub/sub events and messages for live chats
and real time notifications.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To
2020 May 29
2
Re: Provide NBD via Browser over Websockets
On 5/29/20 8:50 AM, Daniel P. Berrangé wrote:
>>> (2) You need to persuade qemu's NBD client to read from a WebSocket.
>>> I didn't really know anything about WebSockets until today but it
>>> seems as if they are a full-duplex protocol layered on top of HTTP [a].
>>> Is there a WebSocket proxy that turns WS into plain TCP (a bit like
>>>
2020 May 29
2
Re: Provide NBD via Browser over Websockets
[adding qemu list]
On 5/29/20 4:37 AM, Richard W.M. Jones wrote:
> Going back to the original email from 2018:
>
>> It might be neat to attach ISOs to KVM guests via websockets. Basically
>> the browser would be the NBD "server" and an NBD client would run on the
>> hypervisor, then use `virsh change-media vm1 hdc --insert /dev/nbd0` could
>> use
2020 May 29
2
Re: Provide NBD via Browser over Websockets
On Fri, 29 May 2020, Richard W.M. Jones wrote:
> On Fri, May 29, 2020 at 08:58:06AM -0500, Eric Blake wrote:
> > On 5/29/20 8:50 AM, Daniel P. Berrangé wrote:
> >
> > >>>(2) You need to persuade qemu's NBD client to read from a WebSocket.
> > >>>I didn't really know anything about WebSockets until today but it
> > >>>seems as if
2020 May 28
3
Re: Provide NBD via Browser over Websockets
On Thu, 28 May 2020, Richard W.M. Jones wrote:
> On Thu, May 28, 2020 at 12:24:22AM +0000, Eric Wheeler wrote:
> > On Mon, 15 Oct 2018, Nir Soffer wrote:
> > > On Sat, Oct 13, 2018 at 9:45 PM Eric Wheeler <nbd@lists.ewheeler.net> wrote:
> > > Hello all,
> > >
> > > It might be neat to attach ISOs to KVM guests via websockets.Â
2020 May 28
2
Re: Provide NBD via Browser over Websockets
On Mon, 15 Oct 2018, Nir Soffer wrote:
> On Sat, Oct 13, 2018 at 9:45 PM Eric Wheeler <nbd@lists.ewheeler.net> wrote:
> Hello all,
>
> It might be neat to attach ISOs to KVM guests via websockets. Basically
> the browser would be the NBD "server" and an NBD client would run on the
> hypervisor, then use `virsh change-media vm1 hdc
2012 Aug 07
1
Asterisk & Websockets
Hi everyone,
I'm currently trying to play a little with WebRTC using sipml5 client and
Asterisk trunk (370821)
It seems the the WebRTC implementation for Asterisk 11 is already available
in the trunk? Am I right?
http://lists.digium.com/pipermail/asterisk-dev/2012-July/055940.html
I'm having trouble to even register to my Asterisk server using sipml5
client.
The only reference to
2011 Feb 08
1
Rails and WebSockets
I''m thinking of starting on a Ruby website that uses WebSockets, and
perhaps working some on a server for it beforehand. Is good support
for asynchronous connections something I could work on adding to the
Rails core? Is it feasible? Desired? As I understand it, Rails plugins
like Juggernaut [1] aren''t going to optimally support async, since
they can''t re-architecture
2012 Aug 13
1
Websockets on Asterisk 11 and SipML5
Hello,
I'm trying to register a user using sipml5 on Asterisk 11. I followed the
instructions here:
http://thr3ads.net/asterisk-users/2012/08/1972342-Asterisk-Websockets
I added transport=ws to my sip.conf file:
[3002]
username=3002
secret=XXXXXXXXX
host=dynamic
type=friend
context=test
disallow=all
allow=g729
;allow=all ; Allow codecs in order of preference
allow=ilbc
2012 Jun 20
1
Websocket example out of the box failing if running at startup from Rprofile.site
Hello,
I run websockets 1.1.1 from R 2.15 without any problems. I would like
to deploy R script running automatically for all users when R is
starting from Rprofile.site like follow:
.First <- function()
{
source("C:\\R\\orig-websockets.R")
}
This script is from websockets package distribution.
The error is follow:
Error in .parse_header(x) :
2013 May 14
1
Problem with R websocket package
Hello to everybody,
I seem to be in struggle with the websockets in R. I wanted to download the
streaming data from the BitCoin exchange MtGox directly to R, but R cannot
establish the connection.
The websocket specs are defined as:
* Host: websocket.mtgox.com or socketio.mtgox.com
* Port: 80 or 443 ( ssl )
* Namespace: /mtgox (Including beginning slash)
url for more
2011 Dec 12
11
[Bug 8654] New: link-by-hash: Fix (non-exploitable) buffer overflow
https://bugzilla.samba.org/show_bug.cgi?id=8654
Summary: link-by-hash: Fix (non-exploitable) buffer overflow
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: chris at onthe.net.au
2011 Nov 24
3
The contrast and Design libraries
Dear all,
I have been using the contrast library in my teaching for the last couple
of years and am right in the middle of this year's round. In the last week
R has been updated to version 2.14.0 on our computers. This has had the
unfortunate effect of meaning the contrasts library no longer works, as
the Design library is no longer available. I wonder if anyone has a fix
for this...or
2004 Dec 22
3
E1 card for Asterisk
Hello Folks,
I'm trying to decide here between a few cards for connecting an Asterisk box to a
single E1 channel (either PRI or R2 signaling):
- Digium E100P: has been replaced by the TE110P below, but can still be had at
places like digitnetworks.com for $475, and I guess there's always a place for
good-olde-obsolete cards in the world as long as they work :-)
- Digium TE110P:
2020 May 29
0
Re: Provide NBD via Browser over Websockets
On Fri, May 29, 2020 at 08:58:06AM -0500, Eric Blake wrote:
> On 5/29/20 8:50 AM, Daniel P. Berrangé wrote:
>
> >>>(2) You need to persuade qemu's NBD client to read from a WebSocket.
> >>>I didn't really know anything about WebSockets until today but it
> >>>seems as if they are a full-duplex protocol layered on top of HTTP [a].
>