Operating System - HP-UX
1833823 Members
2299 Online
110063 Solutions
New Discussion

Re: Telnet session logging

 
Amit Dixit_2
Regular Advisor

Telnet session logging

Hi,
Configured Batille, still using telnet,ftp as
it is required cannot replace with SSH.

How can I enable logging all the telnet,ftp
logins to the system

Thanks
Amit
4 REPLIES 4
Franky_1
Respected Contributor

Re: Telnet session logging

Hi,

normally this should be logged in /var/adm/syslog/syslog.log

Look for /etc/syslog.conf (man syslogd)

Regards

Franky
Don't worry be happy
Sanjay_6
Honored Contributor

Re: Telnet session logging

Hi amit,

What is the logging you want. when a user connects through telnet, the session connection info is logged into syslog. I don't think there is an extended level of logging available for the telnet connections.

For ftp logging you can enable some extended logging by adding -l after ftpd in the inetd.conf file. Do man ftpd for more help on the various options available with ftp daemon.

Hope this helps.

Regds
Muthukumar_5
Honored Contributor

Re: Telnet session logging

Hai,

We can do log of ftpd as,

configure ftpd -l -L on /etc/inetd.conf and
reconfigure inetd as, inetd -c

It will log ftpd log informations on syslog there. IF you want to change file transfer informations to xferlog.log then, use ftpd -o -i there.


We can do loggin of telnetd as,

inetd -l there. It will log informations all services started on inetd.conf there.

HTH.

Easy to suggest when don't know about the problem!
Muthukumar_5
Honored Contributor

Re: Telnet session logging

Use this thread more as,

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=701748

HTH.
Easy to suggest when don't know about the problem!