Hi,
I have a server ( happens to be AIX but I don't consider that too important to the topic ) that clients have access to by:
(a) sftp
(b) an custom server setup using .ssh/authorized_keys
I want to deny those clients general shell access but still permit sftp access and any custom server defined in authorized_keys?
Thoughts? If I set the client's shell to "nologin" or "false" will that prevent all access?
And I still want to run as that user ( mainly to configure and test ) using some form of "su".
I have a server ( happens to be AIX but I don't consider that too important to the topic ) that clients have access to by:
(a) sftp
(b) an custom server setup using .ssh/authorized_keys
I want to deny those clients general shell access but still permit sftp access and any custom server defined in authorized_keys?
Thoughts? If I set the client's shell to "nologin" or "false" will that prevent all access?
And I still want to run as that user ( mainly to configure and test ) using some form of "su".