Pseudo-terminal will not be allocated because stdin is not a terminal
if you get this error while log into another Linux account using ssh, here is the solution.
Use -t -t with ssh.
if you get this error while log into another Linux account using ssh, here is the solution.
Use -t -t with ssh.
ssh -t -t hostname Example : ssh -t -t user@192.168.0.7
No comments:
Post a Comment