Fix #157: Allow to set terminal modes for PTYs

Added the new function `ssh_channel_request_pty_size_modes` which allows
to pass additional encoded SSH terminal modes (see opcodes in RFC 4245).

Signed-off-by: Daniel Evers (daniel.evers@utimaco.com)
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Daniel Evers
2023-10-11 19:01:06 +02:00
committed by Jakub Jelen
parent 6ad455a8ac
commit 1291ceb17d
6 changed files with 171 additions and 7 deletions

View File

@@ -471,5 +471,6 @@ LIBSSH_AFTER_4_9_0
sftp_aio_wait_write;
ssh_pki_export_privkey_base64_format;
ssh_pki_export_privkey_file_format;
ssh_channel_request_pty_size_modes;
} LIBSSH_4_9_0;