<font style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt">Ive been at it for several days now trying to get at the username (avatarId), session id (SSHChannel session # I imagine), and terminal protocol instance (recvline.HistoricRecvLine) of my application's SSH terminal service's clients.&nbsp; Specifically, I'm trying to expose these three things (for all connected users) to my terminal commands which are using the plugin system.<br><br>I'm not considerably far off from this example for the setup, http://twistedmatrix.com/projects/conch/documentation/examples/demo_recvline.tac, minus the telnet support.<br><br>For the life of me I can't seem to determine how best to approach this.&nbsp; Ive come as far as getting a list of the terminal recvline.HistoricRecvLine instances and then being able to manipulate the client terminals directly, but I need the usernames from the avatars and session id as well.<br><br>I imagine this is a pretty common and simple thing, so I'm hoping that somebody can point me in the right direction.&nbsp; Please help if you can.<br><br>Thx,<br><br>TWKiel<br></font>