PenangScienceCluster / digital-library

Files and documents for setting up a Calibre-Web container on a QNAP device.
https://penangsciencecluster.github.io/digital-library/
Mozilla Public License 2.0
0 stars 1 forks source link

SSH only allows admin to login #8

Open chanjuping opened 1 year ago

chanjuping commented 1 year ago

Describe the bug In direct contradiction of all major and acceptable guidelines on OpSec, QTS only allows ssh access to admin users.

To Reproduce Steps to reproduce the behavior:

  1. Attempt to set up non-superuser for SSH.
  2. No options to do so.

Expected behavior Follow OpSec standard practice and allow the option to only non-privileged users to login via ssh.

KahJunC commented 1 year ago

Hi JuPing, to access SSH , you need to assign user to administrator group only can assign the user to access thru SSH.

Screenshot 2023-06-01 171603

chanjuping commented 1 year ago

That's what I have been doing. Adding users to the admin group just for SSH. It's the opposite of all recommended ways to ssh into servers securely.