comparison runopts.h @ 483:738313e73b1c

- "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.
author Matt Johnston <matt@ucc.asn.au>
date Mon, 15 Sep 2008 14:40:30 +0000
parents e3db1f7a2e43
children d59f628e7baa
comparison
equal deleted inserted replaced
482:7ad49f34a122 483:738313e73b1c
99 99
100 char *progname; 100 char *progname;
101 char *remotehost; 101 char *remotehost;
102 char *remoteport; 102 char *remoteport;
103 103
104 char *own_user;
104 char *username; 105 char *username;
105 106
106 char *cmd; 107 char *cmd;
107 int wantpty; 108 int wantpty;
108 int always_accept_key; 109 int always_accept_key;