This is a discussion on /etc/pam.d/remote within the Linux Security forums, part of the System Security and Security Related category; Hi, I want to authenticate services as telnet... and I must to use /etc/pam.d/remote instead of /etc/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Thomas <tomwic@op.pl> pise na comp.os.linux.security:
> Hi, > I want to authenticate services as telnet... > and I must to use /etc/pam.d/remote instead of /etc/pam.d/login > Can somebody explain in detaid? I use Fedora Core 3. > I have no idea why it is. because telnet is usualy remote acess and login referes to thing getty(or something like it) spawns for you when loging localy... -- ____ __ ___| | ___ Ignorance is .~. hrvoje.spoljar@><.pbf.hr (_-< '_ \/ _ \ |_/ -_) bliss, but / V \ irc # RoCkY /__/ .__/\___/__/\___| knowledge is /( )\ icq : 53000945 |_| power! ^-^ http://spole.pbf.hr |
|
|||
|
Thomas <tomwic@op.pl> pise na comp.os.linux.security:
> What are dependences between name of files in /etc/pam.d and services > in /etc/services ? None, /etc/services is used for logical link between port numbers and names. ie $telnet localhost ssh won't work unless ssh is listed in services and pam.d is directory where configurations for each of the services using pam are stored. ie /etc/pam.d/ssh contains rules how the ssh will handle authorization, meaning what will be necessary for the login procedure, where are passwords stored, which users may access the service and similar stuff. -- ____ __ ___| | ___ Ignorance is .~. hrvoje.spoljar@><.pbf.hr (_-< '_ \/ _ \ |_/ -_) bliss, but / V \ irc # RoCkY /__/ .__/\___/__/\___| knowledge is /( )\ icq : 53000945 |_| power! ^-^ http://spole.pbf.hr |