Fork me on GitHub
#juxt
<
2017-11-30
>
mattford14:11:01

is this room live?

mattford14:11:27

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

mattford14:11:40

Can't get the input to pass through.

mattford14:11:40

Is this possible?

mattford14:11:56

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

dominicm14:11:11

I don't think that works

dominicm14:11:17

It could work, with a little tinkering.

dominicm14:11:22

But it doesn't yet.

mattford14:11:39

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

mattford14:11:58

Can you point me at what needs a little tinkering?

dominicm14:11:07

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

dominicm14:11:19

then pipe the stdin to the running process' stdin

dominicm14:11:44

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

mattford14:11:57

I'll take a gander.