Kök olarak su root
veya su
(yanlış şifre hatası alıyorum) olarak giriş yapamıyorum , ancak aynı şifre ile ssh root@localhost
veya ssh root@my_local_IP
aynı şifre ile giriş yapabilir miyim ?
CentOS 6.4 kullanıyorum.
Güncelleme1 :
cat /etc/pam.d/su
verir:
#%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
Güncelleme2 :
$ sudo grep su /var/log/secure | grep -v sudo
verir:
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
yaklaşık 20 kez tekrarlanır.
ssh 192.168.1.218
sadece kendiniz gibi giriş yapıyorsunuz? Üzerinden root olarak giriş yapmak için ssh
normalde ssh root@192.168.1.218
veya gerekir ssh root@localhost
.
echo $$
açın (örn. Aracılığıyla ssh
) (SUID ikili dosyalarını izlemek için gereklidir) ve strace
bu kabuğa başlayın : strace -o su.strace -p 12345 -f
ve hata mesajından önce garip hataları arayın. Veya bu tür bir çıktıya aşina değilseniz, hata mesajından önceki son 30 satırı sorunuza kopyalayın.
Process 11736 attached - interrupt to quit
chmod 4755 /bin/su
Bunu düzeltmek için kök olarak yazın .
/etc/securetty
(cp /etc/securetty{,.old}; : > /etc/securetty
) temizlemeyi deneyin . Bu hala işe yaramazsa, içeriğini sağlayın/etc/pam.d/su
.