MacOS – Mac ssh terminal set echo on after connection

macmacos

I have a custom ssh server implemented. Where I have not handled echo, ie once a user connects and logins successfully using client lets say Putty he will not be able to see the characters he is typing in putty window.

In order to see the characters user has to go to change settings Terminal >> turn the local echo force on. Once user does this, he will be able to see what ever he is typing. In putty we can do this at any point after connection.

Now once I connect through Mac ssh client (Terminal) is it possible to change the settings like we have in putty after connecting to server?

Its possible when I try to connect, at the very beginning I just have to give a echo command, but can we do it in between like we do in putty?

Am a first time Mac user, generally work on Windows systems. Might be a very easy way, but have searched and dint find a way.

Best Answer

The easiest transition is probably to just install Putty for Mac. This way you'll be using the program you're already used to with the local echo functionality you want.

You can install Putty for Mac from Homebrew. First install HomeBrew, then run:

brew install putty

to install putty.