Hello, Is there a way to use a different ControlPath depending on command line options, or should there be one? To be specific, I don’t enable ForwardAgent by default for security reasons but only explicitely (-A) when I need to to e.g. copy files between servers. This and other options don’t play well with multiplexing because I usually already have few terminals open to the host. The most straightforward way to do this might be to add command line options to the ControlPath variable, so different (at least explicit) options will create a new Master connection, but there’s nothing like that in the TOKENS at the moment. Could something like that be added or is there a nice workaround? (Not including hostaliases just for this). I can’t be the only one who hit this. I would propose something like: %O Base64 encoded command line options given to ssh(1) (While it might be nice to normalize -A and -o ForwardAgent=yes to the same “hash”, I don’t think it’s worth it and this would suffice) Thanks Jan _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev