v13 Agentless/OpenSSH guide doesn't work #24778
Labels
agentless
bug
OpenSSH
For customers using Teleport and OpenSSH
test-plan-problem
Issues which have been surfaced by running the manual release test plan
Expected behavior:
Following the agentless/OpenSSH guide (https://goteleport.com/docs/ver/13.x/server-access/guides/openssh/) I should be able to connect to OpenSSH nodes via Teleport.
Current behavior:
The first problem is that
ADDR
first gets set to a list of valuesADDR=1.2.3.4,openssh-node,a100fdd0-52db-4eca-a7ab-c3afa7a1564a
, and then later is used in the ssh command which doesn’t accept a listssh -p ${PORT?} -F ssh_config_teleport "${USER?}@${ADDR?}.${CLUSTER?}"
The second problem I hit after setting the addr in the ssh command to just the IP, hostname, or UUID, is this generic error:
I get this log on the proxy:
Bug details:
The text was updated successfully, but these errors were encountered: