Tag: security

  • Restrict a Linux User’s Access: Only Allowing SCP/SFTP, no SSH

    The standard techniques for restricting a Linux user account, does not allow for file transfers to/from the user’s home directory. In my experience it is useful to have certain account types which are only allowed to upload/download files from their home directory; but not login and run shell commands. This is easy to do with…