You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before returning the value we should interpolate all of the shortcut values and substitute their actual values. per the manpage:
TOKENS
Arguments to some keywords can make use of tokens, which are expanded at runtime:
%% A literal `%'.
%C Shorthand for %l%h%p%r.
%d Local user's home directory.
%h The remote hostname.
%i The local user ID.
%L The local hostname.
%l The local hostname, including the domain name.
%n The original remote hostname, as given on the command line.
%p The remote port.
%r The remote username.
%u The local username.
Match exec accepts the tokens %%, %h, %L, %l, %n, %p, %r, and %u.
CertificateFile accepts the tokens %%, %d, %h, %l, %r, and %u.
ControlPath accepts the tokens %%, %C, %h, %i, %L, %l, %n, %p, %r, and %u.
HostName accepts the tokens %% and %h.
IdentityAgent and IdentityFile accept the tokens %%, %d, %h, %l, %r, and %u.
LocalCommand accepts the tokens %%, %C, %d, %h, %l, %n, %p, %r, and %u.
ProxyCommand accepts the tokens %%, %h, %p, and %r.
The text was updated successfully, but these errors were encountered:
Before returning the value we should interpolate all of the shortcut values and substitute their actual values. per the manpage:
The text was updated successfully, but these errors were encountered: