Displaying 1 result from an estimated 1 matches for "qqgss".
Did you mean:
gss
2007 Apr 19
1
Is it possible to add %u for local user to ControlPath's argument in the portable version of OpenSSH?
...y identified.
Question:
Could you please add an %u for the local user to the control path
setting? *pleeze* ;)
With the latest OpenSSH version on Gentoo linux
> me at myhost ~ % ssh -V
> OpenSSH_4.6p1-hpn12v16, OpenSSL 0.9.8d 28 Sep 2006
using %u gives this error:
> me at myhost ~ % ssh qqgss at dbha30.muc
> percent_expand: unknown key %u
>From http://marc.info/?l=openssh-unix-dev&m=111856810721769&w=2 and
followups I learned that it is availible in the BSD version since a few
years ago.
If %u was availible one could put
ControlMaster auto
ControlPath /tmp/%u@%L->%r@...