Question
Access Denied for putty or Winscp
Hi,
I cant access to the server using putty or winscp with my root user name and password .But it works well for console in the web site. why i cant access server from out side.
Thanks
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Is your sshd allowing remote root logins? The Console on the website is considered “local access” (like a kvm or being physically at the server) so it is not affected by the /etc/ssh/sshd_config settings.
Thanks for reply ,
How do i find sshd allow remote root login or not.
There is a setting for this in /etc/ssh/sshd_config you can check. You may also want to try restarting your ssh server by running the command:
Thank you. I changed PermitRootLogin to yes in /etc/ssh/sshd_config. Now Every thing ok.
Thanks for the support.