Re: Piping multiple lines of text via ssh

2019-08-26 Thread James Cass
On Monday, August 26, 2019 8:02 AM, Andreas Kusalananda Kähäri wrote: > On Sun, Aug 25, 2019 at 10:02:47PM +0300, Mario Galindez wrote: > > > hello, > > i have set my own app as the shell of a user on a remote host. My app > > reads from stdin, and prints output to stdout. > > If I do: > > ssh u

Re: Piping multiple lines of text via ssh

2019-08-26 Thread Andreas Kusalananda Kähäri
On Sun, Aug 25, 2019 at 10:02:47PM +0300, Mario Galindez wrote: > hello, > > i have set my own app as the shell of a user on a remote host. My app > reads from stdin, and prints output to stdout. > > If I do: > ssh u...@remotehost.com > > and manually type multiple lines of text,the app works a

Re: Piping multiple lines of text via ssh

2019-08-26 Thread Tor Houghton
On Sun, Aug 25, 2019 at 10:02:47PM +0300, Mario Galindez wrote: > hello, > > i have set my own app as the shell of a user on a remote host. My app > reads from stdin, and prints output to stdout. > > If I do: > ssh u...@remotehost.com > > and manually type multiple lines of text,the app works a

Re: Ergonomic USB wired mouse

2019-08-26 Thread Anatoli
> dmesg | grep "uhid. at uhidev4" Yepp, this one is good for manual device identification, but I was hoping for a more direct way to be used in a hotplugd script, executed on each device attachment, to avoid any race conditions and peaks of high load (on a physical USB hub with multiple HID de