Re: [zeromq-dev] OpenSSH replacement with zeromq

2016-12-20 Thread Benjamin Henrion
On Tue, Dec 20, 2016 at 12:27 PM, Luca Boccassi wrote: > On Tue, 2016-12-20 at 12:21 +0100, Benjamin Henrion wrote: >> On Tue, Dec 20, 2016 at 12:08 PM, Kevin Sapper >> wrote: >> > I like it! >> > >> > Though I would not drop the zyre dependency as sending commands to a group >> > of servers and

Re: [zeromq-dev] OpenSSH replacement with zeromq

2016-12-20 Thread Luca Boccassi
On Tue, 2016-12-20 at 12:21 +0100, Benjamin Henrion wrote: > On Tue, Dec 20, 2016 at 12:08 PM, Kevin Sapper > wrote: > > I like it! > > > > Though I would not drop the zyre dependency as sending commands to a group > > of servers and discovery are neat features for a ssh system IMO. > > Sure, it

Re: [zeromq-dev] OpenSSH replacement with zeromq

2016-12-20 Thread Benjamin Henrion
On Tue, Dec 20, 2016 at 12:08 PM, Kevin Sapper wrote: > I like it! > > Though I would not drop the zyre dependency as sending commands to a group > of servers and discovery are neat features for a ssh system IMO. Sure, it is a nice feature, but only useful when they are in the same LAN/VPN/broadc

Re: [zeromq-dev] OpenSSH replacement with zeromq

2016-12-20 Thread alex.
Indeed, talking to groups of servers + discovery would be the features I'd want in an OpenSSH replacement. For crypto, do go for the (native) CurveZMQ route, as in the end it boils down to placing the public key of your machine on the servers. The CurveZMQ (and the CurveCP project from which it is

Re: [zeromq-dev] OpenSSH replacement with zeromq

2016-12-20 Thread Kevin Sapper
I like it! Though I would not drop the zyre dependency as sending commands to a group of servers and discovery are neat features for a ssh system IMO. //Kevin On Di, Dez 20, 2016 at 11:27 , Luca Boccassi wrote: On Tue, 2016-12-20 at 10:31 +0100, Benjamin Henrion wrote: Hi, Last year I

Re: [zeromq-dev] OpenSSH replacement with zeromq

2016-12-20 Thread Luca Boccassi
On Tue, 2016-12-20 at 10:31 +0100, Benjamin Henrion wrote: > Hi, > > Last year I worked with Pieter on the glard, a zyre daemon to send > commands to multiple devices on the LAN. We made a demo kit with > multiple openwrt routers with some bike lamps to show the concept: > > https://github.com/Co

[zeromq-dev] OpenSSH replacement with zeromq

2016-12-20 Thread Benjamin Henrion
Hi, Last year I worked with Pieter on the glard, a zyre daemon to send commands to multiple devices on the LAN. We made a demo kit with multiple openwrt routers with some bike lamps to show the concept: https://github.com/CodeJockey/glar150 Now my idea was to fork the tool and make it a simple O