Pseudo-terminal will not be allocated because stdin is not a terminal. — #1
I am trying to automate a SSH login using Keys using the following command
ssh -i id_rsa usernamw@ipaddr.
I am successful in doing this and i am getting the Warning Screen and I lo…