I'm trying to connect to a server via plink. However, I'm getting the following error:
C:\>plink -ssh -pw password root@server-name
Using username "root".
Access denied
My sshd_config file contains PermitRootLogin yes, even though that's the default value, just to be sure. Is there some other configuration I need to set to allow this type of connection?
