- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SFTP configuration
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
12-05-2002 12:09 AM
12-05-2002 12:09 AM
SFTP configuration
I looking for SFTP options in order to log user commands (in syslog file or any other) in the same style that -L option of FTPD.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2002 12:58 AM
12-05-2002 12:58 AM
Re: SFTP configuration
Put this line in sshd_config
SftpSysLogFacility
restart sshd
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2002 01:20 AM
12-05-2002 01:20 AM
Re: SFTP configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2002 01:42 PM
12-05-2002 01:42 PM
Re: SFTP configuration
SftpSysLogFacility yes
(I'm not sure what the options are, but this matches the usual syntax of the sshd_config file)
You might also check the capitalization if you can find this option in the man page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2002 02:55 PM
12-05-2002 02:55 PM
Re: SFTP configuration
DAEMON
USER
AUTH (default)
LOCAL0/1/2/3/4/5/6/7
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2002 03:02 PM
12-05-2002 03:02 PM
Re: SFTP configuration
SyslogFacility LOCAL5
I've searched for a server that might have had an sftp session, but I can't seem to find one. The above entry does give username & IP for every key accepted.
Try the above & test whether that's enough to log sftp activity - if not try
SftpSyslogFacility LOCAL5
& see if that does it.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2002 03:18 PM
12-05-2002 03:18 PM
Re: SFTP configuration
I am sorry that I may disappoint you that I there is nothing that would cause sftp subsystem to log exactly like ftp. You can set LogLevel to VERBOSE to get a verbose output but it does not seem to affect sftp much.
-Sri