Is it possible to configure sshd
in a way that the log level for specific users is increased to verbose, while other users remain in loglevel Error
?
Background: Server System with many connections from other network elements sending loads of data via sftp
. Challenge here is that human/administrative user access via ssh
should be logged for security reasons while the sftp
connections from the network elements should not. All users should use the same port (22).