Add support for cut
to ProxyCommand
#10813
Labels
feature-request
Used for new features in Teleport, improvements to current should be #enhancements
machine-id
To use Machine ID, at the moment you must have DNS configured to connect to a host. The
ssh_config
automatically generated contains the following.This is expanded to the following when running
ssh -F /opt/machine-id/secondary/ssh_config [email protected]
:The proxy subsystem will try and match on exact
nodename
soserver01.example.com
and always fail to match.We should update the
ProxyCommand
to execute a program on disk likecut
to manipulateProxyCommand
to work.The text was updated successfully, but these errors were encountered: