~ ~ I'm trying to, using socket programming, ask the remote user for login ~ and password. I would like that password won't appears on remote machine ~ when user is typing it. I already saw RFC's but it doesn't worked ! :((( ~ ~ Could someone send me such part of code !? ~ Should IAC + DONT + TELOPT_ECHO sent to socket or client descriptor !? ~
maybe getpass(3) should be helpful? (man 3 getpass)