Besides SSH_ORIGINAL_COMMAND, what other environment variables exist during an ssh session? Is there a definitive list out there?

link|improve this question
feedback

1 Answer

Try running env (or set) and get a complete list? If you want SSH-specific ones, you'll need to specify a vendor (and ideally a platform, and at least a major version number) for your ssh and sshd providers.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.