Skip to content

Only interpose on SSH session channels if/once a pty-req has been sent by the client

Daniel Selifonov requested to merge only-interpose-ptys into auth-passthrough

This fixes behavior for one-off command executions that don't allocate a PTY (e.g. ssh user@host uptime), or things like SFTP (which are sessions that initiate a different sub-system).

Merge request reports