juxt

mattford 2017-11-30T14:02:47.000064Z

hey

mattford 2017-11-30T14:03:01.000144Z

is this room live?

mattford 2017-11-30T14:03:27.000114Z

Anyhow, in case it is. I've been trying to launch ssh sessions via mach.

mattford 2017-11-30T14:03:40.000347Z

Can't get the input to pass through.

mattford 2017-11-30T14:04:40.000392Z

Is this possible?

mattford 2017-11-30T14:04:56.000459Z

Also similar problem when prompting for passwords for VPN setup etc.

dominicm 2017-11-30T14:13:11.000204Z

I don't think that works

dominicm 2017-11-30T14:13:17.000413Z

It could work, with a little tinkering.

dominicm 2017-11-30T14:13:22.000427Z

But it doesn't yet.

mattford 2017-11-30T14:24:39.000590Z

That would be sweet. As we are increasingly using Mach to manage our infra runs etc.

mattford 2017-11-30T14:24:58.000226Z

Can you point me at what needs a little tinkering?

dominicm 2017-11-30T14:25:07.000166Z

You'd have to like, commandeer stdin during command execution

dominicm 2017-11-30T14:25:19.000106Z

then pipe the stdin to the running process' stdin

dominicm 2017-11-30T14:25:44.000175Z

It could be quite simple, something in the back of my head thinks you can connect it up using node.js streams

mattford 2017-11-30T14:25:57.000102Z

I'll take a gander.