Displaying 1 result from an estimated 1 matches for "psmproxy".
Did you mean:
pmproxy
2023 Aug 21
0
Feature request: Allow remote hostname token for User option
...it functions by taking several connection
parameters for the downstream destination as username elements. One of
those needed elements is the remote host, which is available on %h, but
that can't be provided to User.
CLI connection example: ssh vaultUser at targetUser#domain at targetmachine
@PSMProxy
Desired config example:
----------
Host secure-*
User myuser at remoteuser#domain@%h
HostName PSMProxy
---------
This would allow any connections to secure-servername to work without
needing static entries per-host. If there are any other options for how to
implement this I'd be very open...