jul wrote: > anyone ? > > jul wrote on 5/04/09 14:50: >> i'm using chroot sftp with the following command: >> #Subsystem sftp internal-sftp -l VERBOSE -f AUTH >> Subsystem sftp internal-sftp -l INFO -f AUTH >> >> from http://marc.info/?l=openssh-unix-dev&m=120969706821519&w=2 >> >> but is there any way to restrict verbose/info logging to some users ? or >> trap to /dev/null log of some others ? >> >> for example: >> Match user user1 >> Logging VERBOSE >
from sshd_config(5): Only a subset of keywords may be used on the lines following a Match keyword. Available keywords are AllowAgentForwarding, AllowTcpForwarding, Banner, ChrootDirectory, ForceCommand, GatewayPorts, GSSAPIAuthentication, HostbasedAuthentication, KbdInteractiveAuthentication, KerberosAuthentication, MaxAuthTries, MaxSessions, PasswordAuthentication, PermitEmptyPasswords, PermitOpen, PermitRootLogin, RhostsRSAAuthentication, RSAAuthentication, X11DisplayOffset, X11Forwarding and X11UseLocalHost. So it seems not. /Alexander