Page 1 of 1

How to enable a user to SSH in his panel

Posted: Wed 22. Apr 2020, 22:11
by chaiavi
In the panel as user Admin, I set the user permissions to have SSH permissions


What does it mean ?
Can the user (when the user logs into the user panel), have a SSH link to his terminal ?


I am attaching a screenshot

Re: How to enable a user to SSH in his panel

Posted: Wed 22. Apr 2020, 22:53
by george
It enables the user to connect to SSH on the server, by any means they choose.
They could connect by using terminal command:

Code: Select all

ssh user@1.2.3.4
or by using a program like Filezilla.

Re: How to enable a user to SSH in his panel

Posted: Thu 23. Apr 2020, 07:11
by chaiavi
Ohh, I see


I will have to try that


Thank you for your quick reply George!


Chaiavi