10 Dec
2017
10 Dec
'17
11:30 p.m.
Hi, I would like to know the following with respect to PAM radius module. -> I would like to give my own login shell instead of /bin/bash . This login shell is my own application which has its own set of commands. ex: ssh admin@ip // will give CLI prompt as below: Host#>help show led ... So I wanted to instruct ssh to invoke my cli login shell instead of default /bin/bash invoked by ssh, Please suggest , where can i make these changes. I believe in pam_open_session, pam_close_session , we do nothing. Regards, Soma