Displaying 1 result from an estimated 1 matches for "ssh_local_tty".
2023 Mar 01
2
Uniquely Identifying the Local TTY of an SSH Connection
...the result of evaluating
$(tty) on the local machine (or something semantically equivalent, it
wouldn't have to actually fork a subprocess). Another way would be to
just start injecting the information into the environment when sshd
forks a new subprocess in a new env var called something like
$SSH_LOCAL_TTY.
Finally, some administrative notes: I wasn't able to sign up for this
mailing list at
https://lists.mindrot.org/mailman/subscribe/openssh-unix-dev because
attempts to do so were met by a "Bug in Mailman version 2.1.39" page.
I'd also like to pre-emptively apologize if I've a...