• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Question terminal Permission denied

Stergios G

Basic Pleskian
Server operating system version
AlmaLinux 8.7
Plesk version and microupdate number
Plesk Obsidian Version 18.0.49
Hi all,
when i try to have access on SSH Terminal (from Plesk>Subscriptions>domain>ssh terminal) i have the error:
[email protected]:permission denied (publickey,password)
....
Screenshot_1.jpg
I did this, but i don't know how to fix.
 
I cannot see it on the screenshot, just a "publi ..." is visible, but I think it says "... Permission denied (publickey,gssapi-with-mic,password)." In that case it means that public key permission is off in the sshd_config file. You can try this:

# vi /etc/ssh/sshd_config
PubkeyAuthentication yes

Save and then
# service sshd reload
 
I cannot see it on the screenshot, just a "publi ..." is visible, but I think it says "... Permission denied (publickey,gssapi-with-mic,password)." In that case it means that public key permission is off in the sshd_config file. You can try this:

# vi /etc/ssh/sshd_config
PubkeyAuthentication yes

Save and then
# service sshd reload
permission denied (publickey,password)
well i added the "PubkeyAuthentication yes" and already have PasswordAuthentication yes, restart sshd, but the problem i still here.
Can you pls info me about /etc, etc/ssh, etc/ssh/sshd_config directories and files permissions?
 
Good to read you've found a solution. And thank you for sharing the solution. I am sure this will help other users too.
 
Back
Top