How OpenSSH converts user input into an xterm sequence and returns it to the user?

19 views Asked by At

I have some doubts about how the terminal works. I connected to a remote server via SSH, and a PTY channel was created on the remote server. However, I'm not sure which programe translates the data I input into sequences that xterm can understand.

How is this process achieved?

0

There are 0 answers