1832648 Members
3114 Online
110043 Solutions
New Discussion

hp-ux

 
sandeep mathur
Respected Contributor

hp-ux

what is the daemon for telnet in hp-ux and
where is the cron job permissoins are localted
and where should i block the telnet service in hp-ux machine for a particular user.
3 REPLIES 3
Ivan Krastev
Honored Contributor

Re: hp-ux

For telnet look into /etc/inetd.conf.
After editing this file, do not forget to reload daeom with 'inetd -c'.

For limiting access to inetd services use /var/adm/inetd.sec - see man page.

Cron permissions are listed in /var/adm/cron/cron.allow and cron.deny.

regards,
ivan
F Verschuren
Esteemed Contributor

Re: hp-ux

what is the daemon for telnet in hp-ux
inedt
to configure:
cat /etc/inetd.conf |grep telnet
telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b/etc/issue
and inedt -c wil read the file again.

and
where is the cron job permissoins are localted
/var/adm/cron/

and where should i block the telnet service in hp-ux machine for a particular user.
this is verry depeinging on what the uses is allowed to do...
a shell: /var/adm/false will allow ftp and reject telnet but also ssh....
F Verschuren
Esteemed Contributor

Re: hp-ux

ps what kind of os are you used to?