>I need to allow a user only sftp access, but deny them ssh access?
>
>Is this possible, and if so, how do I do it?
>
>thanks
>
>
>
Hi,
If you are using key authentication you can do this:
Add no-pty to the beginning of their authorized_keys file.
That will s...
>I need to allow a user only sftp access, but deny them ssh access?
>
>Is this possible, and if so, how do I do it?
>
>thanks
>
>
>
Hi,
If you are using key authentication you can do this:
Add no-pty to the beginning of their authorized_keys file.
That will s...
[ more ]