This is a discussion on freeradius and ssh within the FreeRADIUS Users forums, part of the Networking and Network Related category; Hi All I hope you can help I’m net in the freeradius world and I’m trying to use ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi All
I hope you can help I’m net in the freeradius world and I’m trying to use freeradius as an authentication server for ssh sessions i have the following setup: client --> server (useing pam) --> radius server Under /etc/pam.d I have sshd with the following: # auth required pam_stack.so service auth required pam_radius_auth.so #auth required pam_nologin.soetc #account required pam_stack.so service=system-auth account required pam_radius_auth.so password required pam_stack.so service=system-auth session required pam_stack.so service=system-auth session required pam_limits.so session optional pam_console.so …………. under /etc/raddb server <radius server ip> testing123 3 On the client I have the radius server config file Radius server config files: users see the attach Can you please send me an example files foe the radius server or which files need to be change and which params are importuned for my setup Thanks in advance please be advice that the only wat for me to login is to have an entry in the server which i want to skip Zion - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |