kenc

Results 13 comments of kenc

This issue is discussed in hashicorp/packer-plugin-ansible#69 and is a result of OpenSSH deprecating RSA/SHA-1. It has yet to be fixed but there are two workarounds available: 1. Turn off the...

Hi, thanks for opening an issue. Could you share the following information: - OS - Terminal Emulator - With tmux? - Environment variables: - TERM - COLORTERM - TERM_PROGRAM -...

I managed to replicate this with `xterm` and the [examples](https://github.com/muesli/termenv/tree/master/examples/hello-world) in `termenv`. - With default `TERM=xterm xterm`, termenv's `hello-world` example returns no colors as the [color profile](https://pkg.go.dev/github.com/muesli/termenv#ColorProfile) is ASCII. -...