Date: Wed, 14 Aug 2013 14:38:35 +0430 From: takCoder <tak.official@gmail.com> To: Freebsd-net <net@freebsd.org> Subject: telnet authentication using RADIUS Message-ID: <CAPkyVLwMTkGZzs6iysBxkwo_34G=Wfnc3h7kxXpYL-5HP-76xw@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
hi all, I need to apply radius authentication for my remote connections. For ssh, I have no problems, as I use pam.d/sshd file to add pam_radius.so entry.. but for telnet I've faced a problem.. as I have seen, for non-SRA telnet connections, telnet authentication will be done via pam.d/login rather than pam.d/telnetd.. and this depends on telnet client as well rather than just my server.. I need it to always apply pam.d/telnetd file for all telnet authentications, so i can separate my remote authentication policies from local ones.. am I right with the facts I said above about telnet? Do you know of any tip or trick on this?? any ideas are really appreciated.. Thank you :) Best Regards, t.a.k
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPkyVLwMTkGZzs6iysBxkwo_34G=Wfnc3h7kxXpYL-5HP-76xw>