при удаленном администрировании сервака приходится проходить 2 аутентификации - первая - SRA, вторая стандартная (как у всех нормальных админов).
так вот! что делать та? хотелось бы каким то образом избавится от SRA аутентификации.
>при удаленном администрировании сервака приходится проходить 2 аутентификации - первая - SRA,
>вторая стандартная (как у всех нормальных админов).
>так вот! что делать та? хотелось бы каким то образом избавится от
>SRA аутентификации.смотри pam.conf
читай man pam
>смотри pam.conf
>
>читай man pam
>/etc/pam.conf
# "telnetd" is for SRA authenticated telnet only. Non-SRA uses 'login'
# telnetd auth required pam_unix.so try_first_pass -закомментировал - БЕСТОЛКУ :(
все равно запрашивает аутентификацию
>
>>смотри pam.conf
>>
>>читай man pam
>>
>
>/etc/pam.conf
># "telnetd" is for SRA authenticated telnet only. Non-SRA uses 'login'
># telnetd auth required pam_unix.so try_first_pass -закомментировал - БЕСТОЛКУ :(
>все равно запрашивает аутентификациюа login?
# If the user can authenticate with S/Key, that's sufficient; allow clear
# password. Try kerberos, then try plain unix password.
#login auth sufficient pam_skey.so
#login auth requisite pam_cleartext_pass_ok.so
#login auth sufficient pam_kerberosIV.so try_first_pass
login auth required pam_unix.so try_first_pass
login account required pam_unix.so
login password required pam_permit.so
login session required pam_permit.so
>а login?
>
># If the user can authenticate with S/Key, that's sufficient; allow clear
>
># password. Try kerberos, then try plain unix password.
>#login auth sufficient
>pam_skey.so
>#login auth requisite
> pam_cleartext_pass_ok.so
>#login auth sufficient
>pam_kerberosIV.so
> try_first_pass
>login auth required
> pam_unix.so
да, всё именно так! все равно запрашивает!выглядит сл. образом:
$ telnet 192.168.xx.xxx
Trying 192.168.xx.xxx...
Connected to vasia.pupkin.ru.
Escape character is '^]'.
Trying SRA secure login:
User (vasia):
>
> try_first_pass
>login account required
>pam_unix.so
>login password required pam_permit.so
>
>login session required
>pam_permit.so