I've read here that ssh is considered a pty. Why? If I run an ssh command in my console (say, in a Debian server), where comes the "pty" aspect of ssh here? For me, it's like I'm using any other utility like cat or sed, so where comes the "pty" aspect here?
In screen or tmux it would seem more plausible to use this term (even though I think it's quite uncommon and these should be named "multiplexers").