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
Note that the Principals field no longer contains the DNS name. This causes OpenSSH clients to fail when connecting:
$ ssh -o "ProxyCommand ssh -p 3023 %[email protected] -s proxy:%h:%p" \
node.example.com -p 3022
key_cert_check_authority: invalid certificate
Certificate invalid: name is not a listed principal
The authenticity of host '[proxy.example.com]:3023 ([127.0.0.1]:3023)' can't be established.
RSA key fingerprint is SHA256:XjEgLvfJ3yc5s8DczwGaiVgh236iUPoP0ueK5PFOJ4k.
Are you sure you want to continue connecting (yes/no)? ^C
The text was updated successfully, but these errors were encountered:
The following is the host certificate generated for a node running Teleport 2.4.5.
After upgrading to 2.5.0, the host certificate changes to the following:
Note that the
Principals
field no longer contains the DNS name. This causes OpenSSH clients to fail when connecting:The text was updated successfully, but these errors were encountered: