• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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