Operating System - HP-UX
1753487 Members
4531 Online
108794 Solutions
New Discussion юеВ

Re: ssh access for single user

 
HP UX Admin
Advisor

ssh access for single user

How can i give ssh acces for single user in my hp ux system,while others having telnet acces .

can i use /etc/hosts.allow file
4 REPLIES 4
Michal Kapalka (mikap)
Honored Contributor

Re: ssh access for single user

hi,

you can define the users directly in sshd_config file which user can use this servis, don't forget if you are using the root account to allow.

AllowUsers ....

mikap
HP UX Admin
Advisor

Re: ssh access for single user

Hi Michle,

I have tested the same in one of my test server,But it didn't work.

i Put following entry in /etc/opt/ssh/sshd_config file

KerberosAuthAllowUsers
rineeshn
Michal Kapalka (mikap)
Honored Contributor

Re: ssh access for single user

hi,

ok and the kerberos auth is working ???

mikap
HP UX Admin
Advisor

Re: ssh access for single user

How can i check kerberose is working?


permitRootlogin has set to yes alrady.

If it is not working how can i use any other authentication and how it is ?