Announce: OpenSSH 5.6 released

Damien Miller djm at mindrot.org
Wed Aug 25 18:19:06 EST 2010


On Wed, 25 Aug 2010, Bert Wesarg wrote:

> Particular for this new feature. But I miss an important feature. I
> need a LocalCommand equivalent, which is only executed once per
> session (i.e. by the multiplex master). I use this to mount file
> systems from the remote per sshfs. My ControlCommand patch [1] does
> have allow this. I could rework this path, so that it only has this
> feature.
> 
> Opinions?

If you want to execute a command after the session is brought up then
you can use the existing LocalCommand. If you want it before the
connection is made then you can wrap ssh(1) in a shell script or function.

-d


More information about the openssh-unix-dev mailing list