- Set $SSH_CONNECTION

- Document environment variables in the manpage

--HG--
extra : convert_revision : 1a93c6112f00730f5cd21a853d3bd5ca8079f725
This commit is contained in:
Matt Johnston
2009-09-02 14:47:12 +00:00
parent f88bed7a30
commit 4e9f22c602
3 changed files with 60 additions and 2 deletions

View File

@@ -50,6 +50,10 @@ struct ChanSess {
/* exit details */
struct exitinfo exit;
/* Used to set $SSH_CONNECTION in the child session.
Is only set temporarily before forking */
char *connection_string;
#ifndef DISABLE_X11FWD
struct Listener * x11listener;