comparison chansession.h @ 569:6f472dc54da7

- Set $SSH_CONNECTION - Document environment variables in the manpage
author Matt Johnston <matt@ucc.asn.au>
date Wed, 02 Sep 2009 14:47:12 +0000
parents 52d7301e46bd
children 818108bf7749
comparison
equal deleted inserted replaced
568:005530560594 569:6f472dc54da7
48 unsigned char * tty; 48 unsigned char * tty;
49 unsigned char * term; 49 unsigned char * term;
50 50
51 /* exit details */ 51 /* exit details */
52 struct exitinfo exit; 52 struct exitinfo exit;
53
54 /* Used to set $SSH_CONNECTION in the child session.
55 Is only set temporarily before forking */
56 char *connection_string;
53 57
54 #ifndef DISABLE_X11FWD 58 #ifndef DISABLE_X11FWD
55 struct Listener * x11listener; 59 struct Listener * x11listener;
56 int x11port; 60 int x11port;
57 char * x11authprot; 61 char * x11authprot;