Joseph Mingrone <[email protected]> writes: > Hi Michael,
Hi Joseph, >> What happens, if you call in a local shell > >> # ssh -o ControlPath=%C 0.0.0.1 > > On all FreeBSD systems I tried, which is where I encountered the > problem, it just hangs. On Linux and MacOS systems, it immediately > returns "percent_expand: unknown key %C". Oops. Which ssh version do you have installed? # ssh -V And what happens with full verbosity? # ssh -vvv -o ControlPath=%C 0.0.0.1 And does it help to suppress the config file? # ssh -F /dev/null -o ControlPath=%C 0.0.0.1 > Thanks, > > Joseph Best regards, Michael. _______________________________________________ Tramp-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/tramp-devel
