vi /etc/ssh/sshd_config
#rootログイン禁止 PermitRootLogin no #パスワードログイン禁止 PasswordAuthentication no
wheelグループだけに制限する例(/etc/pam.d/su)
#Uncomment the following line to require a user to be in the "wheel" group. auth required pam_wheel.so use_uid
該当行のコメントをはずすとrootへのsuがwheelグループに制限される。