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

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

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

Piping multiple lines of text via ssh

2019-08-25 Thread Mario Galindez
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 as expected (i.e. it processess each line, and outputs the result) However, if I