เป็นไปได้อย่างไรที่ฉันไม่สามารถเข้าสู่ระบบในฐานะ root โดยsu root
หรือsu
(ฉันได้รับข้อผิดพลาดรหัสผ่านไม่ถูกต้อง) แต่ฉันสามารถเข้าสู่ระบบด้วยssh root@localhost
หรือssh root@my_local_IP
ด้วยรหัสผ่านเดียวกันได้หรือไม่
ฉันใช้ CentOS 6.4
อัปเดต 1 :
cat /etc/pam.d/su
ให้:
#%PAM-1.0
auth sufficient pam_rootok.so
# Uncomment the following line to implicitly trust users in the "wheel" group.
#auth sufficient pam_wheel.so trust use_uid
# Uncomment the following line to require a user to be in the "wheel" group.
#auth required pam_wheel.so use_uid
auth include system-auth
account sufficient pam_succeed_if.so uid = 0 use_uid quiet
account include system-auth
password include system-auth
session include system-auth
session optional pam_xauth.so
อัปเดต 2 :
$ sudo grep su /var/log/secure | grep -v sudo
ให้:
Feb 23 13:12:17 fallah su: pam_unix(su:auth): authentication failure;
logname=fallah uid=501 euid=501 tty=pts/0 ruser=fallah rhost= user=root
ทำซ้ำประมาณ 20 ครั้ง
ssh 192.168.1.218
คุณเพียงแค่ลงชื่อเข้าใช้ด้วยตัวเอง? เพื่อเข้าสู่ระบบเป็นรากผ่านssh
จะต้องได้ตามปกติหรือssh root@192.168.1.218
ssh root@localhost
echo $$
) เปิด (เช่นผ่านssh
) รูทเชลล์ (จำเป็นสำหรับการติดตาม SUID ไบนารี) และเริ่มstrace
เชลล์นั้น: strace -o su.strace -p 12345 -f
และมองหาข้อผิดพลาดแปลก ๆ ก่อนเกิดข้อผิดพลาด หรือคัดลอก 30 บรรทัดสุดท้ายก่อนข้อความแสดงข้อผิดพลาดลงในคำถามของคุณหากคุณไม่คุ้นเคยกับผลลัพธ์ประเภทนั้น
Process 11736 attached - interrupt to quit
chmod 4755 /bin/su
เพื่อแก้ไขปัญหานี้
/etc/securetty
(cp /etc/securetty{,.old}; : > /etc/securetty
)/etc/pam.d/su
หากยังไม่ได้ผลให้เนื้อหาของ