Hello. I spoke with Damien Miller at linuxconf.au today about this and he suggested entering a request here. I would like the ability to know how much bandwidth an SSH connection has used once complete. I help run a box with many users and it would help enormously to know who uses how much precious bandwidth (costs lots in Australia). I found this reference using Google, which is what I'm after, but I'm am not willing to use the patch unless it's in the official distribution: http://fixunix.com/openssh/177822-patch-openssh-server.html Many Thanks Stephen
This is now in sshd.c at loglevel=verbose since 5.1p1: verbose("Transferred: sent %llu, received %llu bytes", obytes, ibytes);
Your work is much appreciated.
Mass move of RESOLVED bugs to CLOSED now that 5.3 is out.