Skip to content

tty

1 posts ◉ feed
Python's input() reads one line, so pasting multi-line values (PEM keys) leaks lines 2..N into the shell buffer. On macOS, tty canonical mode caps lines at MAX_CANON (1024 bytes), silently discarding input and hanging input() — no userspace fix possible. Solution: add --from-file (path or - for…
Read more →
@ideal-rain-33