- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Telnet session logging
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 10:19 PM
10-15-2004 10:19 PM
Telnet session logging
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2004 11:25 PM
10-15-2004 11:25 PM
Re: Telnet session logging
normally this should be logged in /var/adm/syslog/syslog.log
Look for /etc/syslog.conf (man syslogd)
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2004 12:19 AM
10-16-2004 12:19 AM
Re: Telnet session logging
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2004 01:39 AM
10-16-2004 01:39 AM
Re: Telnet session logging
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2004 01:56 AM
10-16-2004 01:56 AM
Re: Telnet session logging
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=701748
HTH.