We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected behavior:
When a remote command is executed without a terminal in FIPS-mode, nothing is added to output
Current behavior:
A clear screen sequence "ESC[3JESCc" is added for a non-terminal command in FIPS-mode
Bug details:
Teleport version Server: Teleport Enterprise v15.3.0 git:v15.3.0-0-g0a192a4 go1.21.9 X:boringcrypto Client: Teleport v15.3.0 git:v15.3.0-0-g0a192a4 go1.21.9 X:boringcrypto
Recreation steps
$ tsh ssh --no-tty root@proxy echo 'a' </dev/null 2>/dev/null | od -a test 0000000 a nl esc [ 3 J esc c nl 0000011
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior:
When a remote command is executed without a terminal in FIPS-mode, nothing is added to output
Current behavior:
A clear screen sequence "ESC[3JESCc" is added for a non-terminal command in FIPS-mode
Bug details:
Teleport version
Server: Teleport Enterprise v15.3.0 git:v15.3.0-0-g0a192a4 go1.21.9 X:boringcrypto
Client: Teleport v15.3.0 git:v15.3.0-0-g0a192a4 go1.21.9 X:boringcrypto
Recreation steps
The text was updated successfully, but these errors were encountered: