Re: [sshd] clients and echo

2009-08-21 Thread Guillaume Nodet
be managed there or is it a shell responsibility? Date: Mon, 17 Aug 2009 02:09:04 +0200 Subject: Re: [sshd] clients and echo From: gno...@gmail.com To: dev@mina.apache.org The echo stuff amongst other things is sent using the pty-req command from the ssh client to the server

[sshd] clients and echo

2009-08-16 Thread Frank van der Kleij
I am trying to roll my own sshd based server but I am having some issues with the different clients and echoing what comes in. It seems like most clients send each character to the server and expect the server to echo it. The term attribute is set to 'xterm something ' for PuTTY and *nix

Re: [sshd] clients and echo

2009-08-16 Thread Guillaume Nodet
The echo stuff amongst other things is sent using the pty-req command from the ssh client to the server. The problem is that those parameters can't be modified atm, so we need to enhance the client api to allow overriding those parameters. You can make a try by changing the client code and sending