I am trying to connect to my server using
ssh user@server.com -vv
I get
debug1: read_passphrase: can't open /dev/tty: No such device or address
error or just
Permission denied, please try again.
Permission denied, please try again.
Permission denied (publickey,password).
when I not use -vv option. /dev/tty file does exist. I am logged in as root, so I have access to it. tty command returs
/dev/console
I am remotely connected (using Putty) to server, that I am trying to connects to other server from. It is not a cron job. How can I solve the problem?
server.commachine from other places. – LukLed Mar 25 '11 at 16:53/dev/ttyon machine, that I am trying to ssh from, but I don't know how to solve it. – LukLed Mar 25 '11 at 17:16