On Sat, 7 Jul 2007, Lawrence Horvath wrote: > Is there a way using pf to distinguish between ssh shell logins, and > scp file transfers?
Not easily: ssh sets IPTOS_THROUGHPUT for non-interactive sessions, but does it after the TCP handshake. If you are assigning connections to queues statefully, this is too late, as the state would have already been created with the default TOS. -d