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 do not use the -vv
option.
/dev/tty
file does exist. I am logged in as root, so I have access to it. tty
command returns
/dev/console
I am remotely connected (using Putty) to the server, and I am trying to connect to that from another server. It is not a cron job. How can I solve the problem?