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
Currently tsh 12.x (12.4.11) generates incorrect ssh client config when connecting to a 11.x (11.3.16) server, using MacOS Ventura (OpenSSH 9.0p1).
This PR removed the line PubkeyAcceptedAlgorithms [email protected] from the generated tsh config output. The result is that, when using this generated config, 12.x+ clients can no longer connect to the 11.x server.
Expected behavior:
tsh config produces correct client config to connect to 11.x servers
Current behavior:
tsh ssh fails unless PubkeyAcceptedAlgorithms [email protected] is manually added to the user's ~/.ssh/config
Bug details:
Teleport version:
server: 11.3.16
client: 12.4.11
Recreation steps
Run Teleport 11.x server infrastructure
Use MacOS Ventura
Install tsh 12.x on a client device
Run tsh config >> ~/.ssh/config
Run tsh ssh [...]
Debug logs
The text was updated successfully, but these errors were encountered:
bkrypto
changed the title
Backwards incompatibility between 12.x client and 11.x server in lack of SHA1 support
tsh config: backwards incompatibility between 12.x client and 11.x server with dropped SHA1 support
Aug 4, 2023
Hi,
Currently
tsh
12.x (12.4.11) generates incorrect ssh client config when connecting to a 11.x (11.3.16) server, using MacOS Ventura (OpenSSH 9.0p1).This PR removed the line
PubkeyAcceptedAlgorithms [email protected]
from the generatedtsh config
output. The result is that, when using this generated config, 12.x+ clients can no longer connect to the 11.x server.Expected behavior:
tsh config
produces correct client config to connect to 11.x serversCurrent behavior:
tsh ssh
fails unlessPubkeyAcceptedAlgorithms [email protected]
is manually added to the user's ~/.ssh/configBug details:
tsh config >> ~/.ssh/config
tsh ssh [...]
The text was updated successfully, but these errors were encountered: