Some of the remote servers I ssh into have an annoying habit of changing the xterm's window title -- which remains set even after I logout... I'd like to be able to run a restoring command locally after ssh exits. I imagine, other people would find other use-cases. Can a LocalCommandAfter, please, be added -- reusing most of the code of the LocalCommand, but executing at the end of each session?
Some shells already have a way do this, eg bash's PROMPT_COMMAND. (http://mg.pov.lt/blog/bash-prompt.html is one such example, I am sure there are many more).
We're not interested in adding additional *Command directive to the ssh client. The same effect can be achieved with a shell script or alias.
closing resolved bugs as of 8.6p1 release