comparison chansession.h @ 972:eb5cb4f45cd6

Add SSH_CLIENT environment variable
author Ryan Cleere <ryan.cleere@rackspace.com>
date Mon, 20 Oct 2014 12:59:47 -0500
parents 0bb16232e7c4
children 7c9377467934
comparison
equal deleted inserted replaced
970:0bb16232e7c4 972:eb5cb4f45cd6
52 struct exitinfo exit; 52 struct exitinfo exit;
53 53
54 /* Used to set $SSH_CONNECTION in the child session. 54 /* Used to set $SSH_CONNECTION in the child session.
55 Is only set temporarily before forking */ 55 Is only set temporarily before forking */
56 char *connection_string; 56 char *connection_string;
57
58 /* Used to set $SSH_CLIENT in the child session. */
59 char *client_string;
57 60
58 #ifndef DISABLE_X11FWD 61 #ifndef DISABLE_X11FWD
59 struct Listener * x11listener; 62 struct Listener * x11listener;
60 int x11port; 63 int x11port;
61 char * x11authprot; 64 char * x11authprot;