blob: d2407ed7e62fb40919a4111e70b4f1e42ad119f0 [file] [log] [blame]
Darren Tucker84c56f52008-06-13 04:55:46 +10001/* $OpenBSD: clientloop.c,v 1.198 2008/06/12 15:19:17 djm Exp $ */
Damien Millerd4a8b7e1999-10-27 13:42:43 +10002/*
Damien Miller95def091999-11-25 00:26:21 +11003 * Author: Tatu Ylonen <ylo@cs.hut.fi>
Damien Miller95def091999-11-25 00:26:21 +11004 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
5 * All rights reserved
Damien Miller95def091999-11-25 00:26:21 +11006 * The main loop for the interactive session (client side).
Damien Miller4af51302000-04-16 11:18:38 +10007 *
Damien Millere4340be2000-09-16 13:29:08 +11008 * As far as I am concerned, the code I have written for this software
9 * can be used freely for any purpose. Any derived versions of this
10 * software must be clearly marked as such, and if the derived work is
11 * incompatible with the protocol description in the RFC file, it must be
12 * called by a name other than "ssh" or "Secure Shell".
13 *
14 *
15 * Copyright (c) 1999 Theo de Raadt. All rights reserved.
16 *
17 * Redistribution and use in source and binary forms, with or without
18 * modification, are permitted provided that the following conditions
19 * are met:
20 * 1. Redistributions of source code must retain the above copyright
21 * notice, this list of conditions and the following disclaimer.
22 * 2. Redistributions in binary form must reproduce the above copyright
23 * notice, this list of conditions and the following disclaimer in the
24 * documentation and/or other materials provided with the distribution.
25 *
26 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
27 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
28 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
29 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
30 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
31 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 *
37 *
Damien Miller1383bd82000-04-06 12:32:37 +100038 * SSH2 support added by Markus Friedl.
Ben Lindstrom44697232001-07-04 03:32:30 +000039 * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved.
Damien Millere4340be2000-09-16 13:29:08 +110040 *
41 * Redistribution and use in source and binary forms, with or without
42 * modification, are permitted provided that the following conditions
43 * are met:
44 * 1. Redistributions of source code must retain the above copyright
45 * notice, this list of conditions and the following disclaimer.
46 * 2. Redistributions in binary form must reproduce the above copyright
47 * notice, this list of conditions and the following disclaimer in the
48 * documentation and/or other materials provided with the distribution.
49 *
50 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
51 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
52 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
53 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
54 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
55 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
56 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
57 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
58 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
59 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Damien Miller95def091999-11-25 00:26:21 +110060 */
Damien Millerd4a8b7e1999-10-27 13:42:43 +100061
62#include "includes.h"
Damien Miller17e91c02006-03-15 11:28:34 +110063
Damien Millerf17883e2006-03-15 11:45:54 +110064#include <sys/types.h>
Damien Miller9aec9192006-08-05 10:57:45 +100065#include <sys/ioctl.h>
Damien Miller8dbffe72006-08-05 11:02:17 +100066#include <sys/param.h>
Damien Millerf17883e2006-03-15 11:45:54 +110067#ifdef HAVE_SYS_STAT_H
68# include <sys/stat.h>
69#endif
Damien Miller9aec9192006-08-05 10:57:45 +100070#ifdef HAVE_SYS_TIME_H
71# include <sys/time.h>
72#endif
Damien Millere3b60b52006-07-10 21:08:03 +100073#include <sys/socket.h>
Damien Miller99bd21e2006-03-15 11:11:28 +110074
Damien Millerc7b06362006-03-15 11:53:45 +110075#include <ctype.h>
Darren Tucker39972492006-07-12 22:22:46 +100076#include <errno.h>
Damien Miller6645e7a2006-03-15 14:42:54 +110077#ifdef HAVE_PATHS_H
Damien Miller03e20032006-03-15 11:16:59 +110078#include <paths.h>
Damien Miller6645e7a2006-03-15 14:42:54 +110079#endif
Damien Miller6ff3cad2006-03-15 11:52:09 +110080#include <signal.h>
Damien Millerded319c2006-09-01 15:38:36 +100081#include <stdarg.h>
Damien Millera7a73ee2006-08-05 11:37:59 +100082#include <stdio.h>
Damien Millere7a1e5c2006-08-05 11:34:19 +100083#include <stdlib.h>
Damien Millere3476ed2006-07-24 14:13:33 +100084#include <string.h>
Damien Miller99bd21e2006-03-15 11:11:28 +110085#include <termios.h>
Damien Millerd7834352006-08-05 12:39:39 +100086#include <pwd.h>
Damien Millere6b3b612006-07-24 14:01:23 +100087#include <unistd.h>
Damien Millerd4a8b7e1999-10-27 13:42:43 +100088
Damien Millerb84886b2008-05-19 15:05:07 +100089#include "openbsd-compat/sys-queue.h"
Damien Millerd7834352006-08-05 12:39:39 +100090#include "xmalloc.h"
Damien Millerd4a8b7e1999-10-27 13:42:43 +100091#include "ssh.h"
Ben Lindstrom226cfa02001-01-22 05:34:40 +000092#include "ssh1.h"
93#include "ssh2.h"
Damien Millerd4a8b7e1999-10-27 13:42:43 +100094#include "packet.h"
95#include "buffer.h"
Damien Millerb38eff82000-04-01 11:09:21 +100096#include "compat.h"
Ben Lindstromc7637672001-06-09 00:36:26 +000097#include "channels.h"
Damien Millerb38eff82000-04-01 11:09:21 +100098#include "dispatch.h"
Damien Miller0bc1bd82000-11-13 22:57:25 +110099#include "key.h"
Damien Millerd7834352006-08-05 12:39:39 +1000100#include "cipher.h"
Ben Lindstromf28f6342001-04-04 02:03:04 +0000101#include "kex.h"
Ben Lindstrom226cfa02001-01-22 05:34:40 +0000102#include "log.h"
103#include "readconf.h"
Ben Lindstrombf555ba2001-01-18 02:04:35 +0000104#include "clientloop.h"
Damien Milleraeb31d62005-12-13 19:29:36 +1100105#include "sshconnect.h"
Ben Lindstrom226cfa02001-01-22 05:34:40 +0000106#include "authfd.h"
107#include "atomicio.h"
Darren Tucker06f2bd82004-05-13 16:06:46 +1000108#include "sshpty.h"
Ben Lindstrom302ea6f2001-04-16 02:01:25 +0000109#include "misc.h"
Damien Miller0e220db2004-06-15 10:34:08 +1000110#include "monitor_fdpass.h"
111#include "match.h"
112#include "msg.h"
Damien Miller69b69aa2000-10-28 14:19:58 +1100113
114/* import options */
115extern Options options;
116
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000117/* Flag indicating that stdin should be redirected from /dev/null. */
118extern int stdin_null_flag;
119
Damien Millerd6965512003-12-17 16:31:53 +1100120/* Flag indicating that no shell has been requested */
121extern int no_shell_flag;
122
Damien Miller0e220db2004-06-15 10:34:08 +1000123/* Control socket */
Damien Millerb1cbfa22008-05-19 16:00:08 +1000124extern int muxserver_sock;
Damien Miller0e220db2004-06-15 10:34:08 +1000125
Damien Miller5428f641999-11-25 11:54:57 +1100126/*
127 * Name of the host we are connecting to. This is the name given on the
128 * command line, or the HostName specified for the user-supplied name in a
129 * configuration file.
130 */
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000131extern char *host;
132
Damien Miller5428f641999-11-25 11:54:57 +1100133/*
134 * Flag to indicate that we have received a window change signal which has
135 * not yet been processed. This will cause a message indicating the new
136 * window size to be sent to the server a little later. This is volatile
137 * because this is updated in a signal handler.
138 */
Ben Lindstrom5e71c542001-12-06 16:48:14 +0000139static volatile sig_atomic_t received_window_change_signal = 0;
140static volatile sig_atomic_t received_signal = 0;
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000141
Damien Miller788f2122005-11-05 15:14:59 +1100142/* Flag indicating whether the user's terminal is in non-blocking mode. */
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000143static int in_non_blocking_mode = 0;
144
145/* Common data for the client loop code. */
Damien Miller97c91f62006-04-23 12:08:37 +1000146static volatile sig_atomic_t quit_pending; /* Set non-zero to quit the loop. */
Darren Tucker2fb66ca2008-06-13 04:49:33 +1000147static int escape_char1; /* Escape character. (proto1 only) */
148static int escape_pending1; /* Last character was an escape (proto1 only) */
Damien Miller95def091999-11-25 00:26:21 +1100149static int last_was_cr; /* Last character was a newline. */
Darren Tucker4d5cd332008-06-13 04:51:14 +1000150static int exit_status; /* Used to store the command exit status. */
151static int stdin_eof; /* EOF has been encountered on stderr. */
Damien Miller95def091999-11-25 00:26:21 +1100152static Buffer stdin_buffer; /* Buffer for stdin data. */
153static Buffer stdout_buffer; /* Buffer for stdout data. */
154static Buffer stderr_buffer; /* Buffer for stderr data. */
Ben Lindstrom46c16222000-12-22 01:43:59 +0000155static u_long stdin_bytes, stdout_bytes, stderr_bytes;
156static u_int buffer_high;/* Soft max buffer size. */
Damien Miller95def091999-11-25 00:26:21 +1100157static int connection_in; /* Connection to server (input). */
158static int connection_out; /* Connection to server (output). */
Ben Lindstrombe2cc432001-04-04 23:46:07 +0000159static int need_rekeying; /* Set to non-zero if rekeying is requested. */
Ben Lindstrom4c3f77d2001-04-05 23:37:36 +0000160static int session_closed = 0; /* In SSH2: login session closed. */
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000161
Ben Lindstrombba81212001-06-25 05:01:22 +0000162static void client_init_dispatch(void);
Damien Miller1383bd82000-04-06 12:32:37 +1000163int session_ident = -1;
164
Darren Tucker2fb66ca2008-06-13 04:49:33 +1000165/* Track escape per proto2 channel */
166struct escape_filter_ctx {
167 int escape_pending;
168 int escape_char;
169};
170
171/* Context for channel confirmation replies */
Damien Miller5771ed72008-05-19 15:35:33 +1000172struct channel_reply_ctx {
173 const char *request_type;
174 int id, do_close;
175};
176
Darren Tucker9f407c42008-06-13 04:50:27 +1000177/* Global request success/failure callbacks */
178struct global_confirm {
179 TAILQ_ENTRY(global_confirm) entry;
180 global_confirm_cb *cb;
181 void *ctx;
182 int ref_count;
183};
184TAILQ_HEAD(global_confirms, global_confirm);
185static struct global_confirms global_confirms =
186 TAILQ_HEAD_INITIALIZER(global_confirms);
187
Ben Lindstromf28f6342001-04-04 02:03:04 +0000188/*XXX*/
189extern Kex *xxx_kex;
190
Damien Miller0e220db2004-06-15 10:34:08 +1000191void ssh_process_session2_setup(int, int, int, Buffer *);
192
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000193/* Restores stdin to blocking mode. */
194
Ben Lindstrombba81212001-06-25 05:01:22 +0000195static void
Ben Lindstrom31ca54a2001-02-09 02:11:24 +0000196leave_non_blocking(void)
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000197{
Damien Miller95def091999-11-25 00:26:21 +1100198 if (in_non_blocking_mode) {
Damien Miller03e66f62004-06-15 15:47:51 +1000199 unset_nonblock(fileno(stdin));
Damien Miller95def091999-11-25 00:26:21 +1100200 in_non_blocking_mode = 0;
Damien Miller95def091999-11-25 00:26:21 +1100201 }
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000202}
203
Damien Miller95def091999-11-25 00:26:21 +1100204/* Puts stdin terminal in non-blocking mode. */
205
Ben Lindstrombba81212001-06-25 05:01:22 +0000206static void
Ben Lindstrom31ca54a2001-02-09 02:11:24 +0000207enter_non_blocking(void)
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000208{
Damien Miller95def091999-11-25 00:26:21 +1100209 in_non_blocking_mode = 1;
Damien Miller232711f2004-06-15 10:35:30 +1000210 set_nonblock(fileno(stdin));
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000211}
212
Damien Miller5428f641999-11-25 11:54:57 +1100213/*
214 * Signal handler for the window change signal (SIGWINCH). This just sets a
215 * flag indicating that the window has changed.
216 */
Damien Millerf0b15df2006-03-26 13:59:20 +1100217/*ARGSUSED */
Ben Lindstrombba81212001-06-25 05:01:22 +0000218static void
Damien Miller95def091999-11-25 00:26:21 +1100219window_change_handler(int sig)
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000220{
Damien Miller95def091999-11-25 00:26:21 +1100221 received_window_change_signal = 1;
222 signal(SIGWINCH, window_change_handler);
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000223}
224
Damien Miller5428f641999-11-25 11:54:57 +1100225/*
226 * Signal handler for signals that cause the program to terminate. These
227 * signals must be trapped to restore terminal modes.
228 */
Damien Millerf0b15df2006-03-26 13:59:20 +1100229/*ARGSUSED */
Ben Lindstrombba81212001-06-25 05:01:22 +0000230static void
Damien Miller95def091999-11-25 00:26:21 +1100231signal_handler(int sig)
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000232{
Ben Lindstromec46e0b2001-06-09 01:27:31 +0000233 received_signal = sig;
234 quit_pending = 1;
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000235}
236
Damien Miller5428f641999-11-25 11:54:57 +1100237/*
238 * Returns current time in seconds from Jan 1, 1970 with the maximum
239 * available resolution.
240 */
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000241
Ben Lindstrombba81212001-06-25 05:01:22 +0000242static double
Ben Lindstrom31ca54a2001-02-09 02:11:24 +0000243get_current_time(void)
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000244{
Damien Miller95def091999-11-25 00:26:21 +1100245 struct timeval tv;
246 gettimeofday(&tv, NULL);
247 return (double) tv.tv_sec + (double) tv.tv_usec / 1000000.0;
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000248}
249
Damien Miller17e7ed02005-06-17 12:54:33 +1000250#define SSH_X11_PROTO "MIT-MAGIC-COOKIE-1"
251void
252client_x11_get_proto(const char *display, const char *xauth_path,
253 u_int trusted, char **_proto, char **_data)
254{
255 char cmd[1024];
256 char line[512];
257 char xdisplay[512];
258 static char proto[512], data[512];
259 FILE *f;
260 int got_data = 0, generated = 0, do_unlink = 0, i;
261 char *xauthdir, *xauthfile;
262 struct stat st;
263
264 xauthdir = xauthfile = NULL;
265 *_proto = proto;
266 *_data = data;
267 proto[0] = data[0] = '\0';
268
269 if (xauth_path == NULL ||(stat(xauth_path, &st) == -1)) {
270 debug("No xauth program.");
271 } else {
272 if (display == NULL) {
273 debug("x11_get_proto: DISPLAY not set");
274 return;
275 }
276 /*
277 * Handle FamilyLocal case where $DISPLAY does
278 * not match an authorization entry. For this we
279 * just try "xauth list unix:displaynum.screennum".
280 * XXX: "localhost" match to determine FamilyLocal
281 * is not perfect.
282 */
283 if (strncmp(display, "localhost:", 10) == 0) {
284 snprintf(xdisplay, sizeof(xdisplay), "unix:%s",
285 display + 10);
286 display = xdisplay;
287 }
288 if (trusted == 0) {
289 xauthdir = xmalloc(MAXPATHLEN);
290 xauthfile = xmalloc(MAXPATHLEN);
291 strlcpy(xauthdir, "/tmp/ssh-XXXXXXXXXX", MAXPATHLEN);
292 if (mkdtemp(xauthdir) != NULL) {
293 do_unlink = 1;
294 snprintf(xauthfile, MAXPATHLEN, "%s/xauthfile",
295 xauthdir);
296 snprintf(cmd, sizeof(cmd),
297 "%s -f %s generate %s " SSH_X11_PROTO
298 " untrusted timeout 1200 2>" _PATH_DEVNULL,
299 xauth_path, xauthfile, display);
300 debug2("x11_get_proto: %s", cmd);
301 if (system(cmd) == 0)
302 generated = 1;
303 }
304 }
Darren Tucker513d13a2007-08-15 19:13:41 +1000305
306 /*
307 * When in untrusted mode, we read the cookie only if it was
308 * successfully generated as an untrusted one in the step
309 * above.
310 */
311 if (trusted || generated) {
312 snprintf(cmd, sizeof(cmd),
313 "%s %s%s list %s 2>" _PATH_DEVNULL,
314 xauth_path,
315 generated ? "-f " : "" ,
316 generated ? xauthfile : "",
317 display);
318 debug2("x11_get_proto: %s", cmd);
319 f = popen(cmd, "r");
320 if (f && fgets(line, sizeof(line), f) &&
321 sscanf(line, "%*s %511s %511s", proto, data) == 2)
322 got_data = 1;
323 if (f)
324 pclose(f);
325 } else
326 error("Warning: untrusted X11 forwarding setup failed: "
327 "xauth key data not generated");
Damien Miller17e7ed02005-06-17 12:54:33 +1000328 }
329
330 if (do_unlink) {
331 unlink(xauthfile);
332 rmdir(xauthdir);
333 }
334 if (xauthdir)
335 xfree(xauthdir);
336 if (xauthfile)
337 xfree(xauthfile);
338
339 /*
340 * If we didn't get authentication data, just make up some
341 * data. The forwarding code will check the validity of the
342 * response anyway, and substitute this data. The X11
343 * server, however, will ignore this fake data and use
344 * whatever authentication mechanisms it was using otherwise
345 * for the local connection.
346 */
347 if (!got_data) {
348 u_int32_t rnd = 0;
349
350 logit("Warning: No xauth data; "
351 "using fake authentication data for X11 forwarding.");
352 strlcpy(proto, SSH_X11_PROTO, sizeof proto);
353 for (i = 0; i < 16; i++) {
354 if (i % 4 == 0)
355 rnd = arc4random();
356 snprintf(data + 2 * i, sizeof data - 2 * i, "%02x",
357 rnd & 0xff);
358 rnd >>= 8;
359 }
360 }
361}
362
Damien Miller5428f641999-11-25 11:54:57 +1100363/*
364 * This is called when the interactive is entered. This checks if there is
365 * an EOF coming on stdin. We must check this explicitly, as select() does
366 * not appear to wake up when redirecting from /dev/null.
367 */
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000368
Ben Lindstrombba81212001-06-25 05:01:22 +0000369static void
Ben Lindstrom31ca54a2001-02-09 02:11:24 +0000370client_check_initial_eof_on_stdin(void)
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000371{
Damien Miller95def091999-11-25 00:26:21 +1100372 int len;
373 char buf[1];
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000374
Damien Miller5428f641999-11-25 11:54:57 +1100375 /*
376 * If standard input is to be "redirected from /dev/null", we simply
377 * mark that we have seen an EOF and send an EOF message to the
378 * server. Otherwise, we try to read a single character; it appears
379 * that for some files, such /dev/null, select() never wakes up for
380 * read for this descriptor, which means that we never get EOF. This
381 * way we will get the EOF if stdin comes from /dev/null or similar.
382 */
Damien Miller95def091999-11-25 00:26:21 +1100383 if (stdin_null_flag) {
384 /* Fake EOF on stdin. */
385 debug("Sending eof.");
386 stdin_eof = 1;
387 packet_start(SSH_CMSG_EOF);
388 packet_send();
389 } else {
Damien Miller95def091999-11-25 00:26:21 +1100390 enter_non_blocking();
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000391
Damien Miller95def091999-11-25 00:26:21 +1100392 /* Check for immediate EOF on stdin. */
393 len = read(fileno(stdin), buf, 1);
394 if (len == 0) {
Darren Tucker4d5cd332008-06-13 04:51:14 +1000395 /*
396 * EOF. Record that we have seen it and send
397 * EOF to server.
398 */
Damien Miller95def091999-11-25 00:26:21 +1100399 debug("Sending eof.");
400 stdin_eof = 1;
401 packet_start(SSH_CMSG_EOF);
402 packet_send();
403 } else if (len > 0) {
Damien Miller5428f641999-11-25 11:54:57 +1100404 /*
405 * Got data. We must store the data in the buffer,
406 * and also process it as an escape character if
407 * appropriate.
408 */
Darren Tucker2fb66ca2008-06-13 04:49:33 +1000409 if ((u_char) buf[0] == escape_char1)
410 escape_pending1 = 1;
Ben Lindstrome9613cf2001-03-05 06:14:02 +0000411 else
Damien Miller95def091999-11-25 00:26:21 +1100412 buffer_append(&stdin_buffer, buf, 1);
Damien Miller95def091999-11-25 00:26:21 +1100413 }
Damien Miller95def091999-11-25 00:26:21 +1100414 leave_non_blocking();
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000415 }
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000416}
417
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000418
Damien Miller5428f641999-11-25 11:54:57 +1100419/*
420 * Make packets from buffered stdin data, and buffer them for sending to the
421 * connection.
422 */
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000423
Ben Lindstrombba81212001-06-25 05:01:22 +0000424static void
Ben Lindstrom31ca54a2001-02-09 02:11:24 +0000425client_make_packets_from_stdin_data(void)
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000426{
Ben Lindstrom46c16222000-12-22 01:43:59 +0000427 u_int len;
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000428
Damien Miller95def091999-11-25 00:26:21 +1100429 /* Send buffered stdin data to the server. */
430 while (buffer_len(&stdin_buffer) > 0 &&
Damien Miller9f0f5c62001-12-21 14:45:46 +1100431 packet_not_very_much_data_to_write()) {
Damien Miller95def091999-11-25 00:26:21 +1100432 len = buffer_len(&stdin_buffer);
433 /* Keep the packets at reasonable size. */
434 if (len > packet_get_maxsize())
435 len = packet_get_maxsize();
436 packet_start(SSH_CMSG_STDIN_DATA);
437 packet_put_string(buffer_ptr(&stdin_buffer), len);
438 packet_send();
439 buffer_consume(&stdin_buffer, len);
Ben Lindstrome9613cf2001-03-05 06:14:02 +0000440 stdin_bytes += len;
Damien Miller95def091999-11-25 00:26:21 +1100441 /* If we have a pending EOF, send it now. */
442 if (stdin_eof && buffer_len(&stdin_buffer) == 0) {
443 packet_start(SSH_CMSG_EOF);
444 packet_send();
445 }
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000446 }
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000447}
448
Damien Miller5428f641999-11-25 11:54:57 +1100449/*
450 * Checks if the client window has changed, and sends a packet about it to
451 * the server if so. The actual change is detected elsewhere (by a software
452 * interrupt on Unix); this just checks the flag and sends a message if
453 * appropriate.
454 */
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000455
Ben Lindstrombba81212001-06-25 05:01:22 +0000456static void
Ben Lindstrom31ca54a2001-02-09 02:11:24 +0000457client_check_window_change(void)
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000458{
Damien Miller1383bd82000-04-06 12:32:37 +1000459 struct winsize ws;
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000460
Damien Miller1383bd82000-04-06 12:32:37 +1000461 if (! received_window_change_signal)
462 return;
463 /** XXX race */
464 received_window_change_signal = 0;
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000465
Damien Millerd3444942000-09-30 14:20:03 +1100466 debug2("client_check_window_change: changed");
Damien Miller1383bd82000-04-06 12:32:37 +1000467
468 if (compat20) {
Damien Miller0e220db2004-06-15 10:34:08 +1000469 channel_send_window_changes();
Damien Miller1383bd82000-04-06 12:32:37 +1000470 } else {
Damien Miller0e220db2004-06-15 10:34:08 +1000471 if (ioctl(fileno(stdin), TIOCGWINSZ, &ws) < 0)
472 return;
Damien Miller1383bd82000-04-06 12:32:37 +1000473 packet_start(SSH_CMSG_WINDOW_SIZE);
Damien Miller71a73672006-03-26 14:04:36 +1100474 packet_put_int((u_int)ws.ws_row);
475 packet_put_int((u_int)ws.ws_col);
476 packet_put_int((u_int)ws.ws_xpixel);
477 packet_put_int((u_int)ws.ws_ypixel);
Damien Miller1383bd82000-04-06 12:32:37 +1000478 packet_send();
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000479 }
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000480}
481
Damien Miller509b0102003-12-17 16:33:10 +1100482static void
483client_global_request_reply(int type, u_int32_t seq, void *ctxt)
484{
Darren Tucker9f407c42008-06-13 04:50:27 +1000485 struct global_confirm *gc;
486
487 if ((gc = TAILQ_FIRST(&global_confirms)) == NULL)
488 return;
489 if (gc->cb != NULL)
490 gc->cb(type, seq, gc->ctx);
491 if (--gc->ref_count <= 0) {
492 TAILQ_REMOVE(&global_confirms, gc, entry);
493 bzero(gc, sizeof(*gc));
494 xfree(gc);
495 }
496
Damien Miller58226f62008-03-07 18:33:30 +1100497 keep_alive_timeouts = 0;
Damien Miller509b0102003-12-17 16:33:10 +1100498}
499
500static void
501server_alive_check(void)
502{
Damien Miller58226f62008-03-07 18:33:30 +1100503 if (++keep_alive_timeouts > options.server_alive_count_max) {
Damien Miller985a4482006-10-24 03:02:41 +1000504 logit("Timeout, server not responding.");
505 cleanup_exit(255);
506 }
Damien Miller509b0102003-12-17 16:33:10 +1100507 packet_start(SSH2_MSG_GLOBAL_REQUEST);
508 packet_put_cstring("keepalive@openssh.com");
509 packet_put_char(1); /* boolean: want reply */
510 packet_send();
Darren Tucker9f407c42008-06-13 04:50:27 +1000511 /* Insert an empty placeholder to maintain ordering */
512 client_register_global_confirm(NULL, NULL);
Damien Miller509b0102003-12-17 16:33:10 +1100513}
514
Damien Miller5428f641999-11-25 11:54:57 +1100515/*
516 * Waits until the client can do something (some data becomes available on
517 * one of the file descriptors).
518 */
Ben Lindstrombba81212001-06-25 05:01:22 +0000519static void
Damien Miller5e953212001-01-30 09:14:00 +1100520client_wait_until_can_do_something(fd_set **readsetp, fd_set **writesetp,
Darren Tuckerc7a6fc42004-08-13 21:18:00 +1000521 int *maxfdp, u_int *nallocp, int rekeying)
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000522{
Damien Miller509b0102003-12-17 16:33:10 +1100523 struct timeval tv, *tvp;
524 int ret;
525
Damien Miller5e953212001-01-30 09:14:00 +1100526 /* Add any selections by the channel mechanism. */
Ben Lindstrom16d29d52001-07-18 16:01:46 +0000527 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, rekeying);
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000528
Damien Miller1383bd82000-04-06 12:32:37 +1000529 if (!compat20) {
530 /* Read from the connection, unless our buffers are full. */
531 if (buffer_len(&stdout_buffer) < buffer_high &&
532 buffer_len(&stderr_buffer) < buffer_high &&
533 channel_not_very_much_buffered_data())
Damien Miller5e953212001-01-30 09:14:00 +1100534 FD_SET(connection_in, *readsetp);
Damien Miller1383bd82000-04-06 12:32:37 +1000535 /*
536 * Read from stdin, unless we have seen EOF or have very much
537 * buffered data to send to the server.
538 */
539 if (!stdin_eof && packet_not_very_much_data_to_write())
Damien Miller5e953212001-01-30 09:14:00 +1100540 FD_SET(fileno(stdin), *readsetp);
Damien Miller1383bd82000-04-06 12:32:37 +1000541
542 /* Select stdout/stderr if have data in buffer. */
543 if (buffer_len(&stdout_buffer) > 0)
Damien Miller5e953212001-01-30 09:14:00 +1100544 FD_SET(fileno(stdout), *writesetp);
Damien Miller1383bd82000-04-06 12:32:37 +1000545 if (buffer_len(&stderr_buffer) > 0)
Damien Miller5e953212001-01-30 09:14:00 +1100546 FD_SET(fileno(stderr), *writesetp);
Damien Miller1383bd82000-04-06 12:32:37 +1000547 } else {
Ben Lindstromc8b3f472001-05-17 03:19:40 +0000548 /* channel_prepare_select could have closed the last channel */
Damien Miller164a7f42001-10-12 11:36:09 +1000549 if (session_closed && !channel_still_open() &&
550 !packet_have_data_to_write()) {
551 /* clear mask since we did not call select() */
Damien Miller79faeff2001-11-12 11:06:32 +1100552 memset(*readsetp, 0, *nallocp);
553 memset(*writesetp, 0, *nallocp);
Damien Miller164a7f42001-10-12 11:36:09 +1000554 return;
Ben Lindstromc8b3f472001-05-17 03:19:40 +0000555 } else {
556 FD_SET(connection_in, *readsetp);
557 }
Damien Miller1383bd82000-04-06 12:32:37 +1000558 }
559
Damien Miller95def091999-11-25 00:26:21 +1100560 /* Select server connection if have data to write to the server. */
561 if (packet_have_data_to_write())
Damien Miller5e953212001-01-30 09:14:00 +1100562 FD_SET(connection_out, *writesetp);
Damien Miller95def091999-11-25 00:26:21 +1100563
Damien Millerb1cbfa22008-05-19 16:00:08 +1000564 if (muxserver_sock != -1)
565 FD_SET(muxserver_sock, *readsetp);
Damien Miller0e220db2004-06-15 10:34:08 +1000566
Damien Miller5428f641999-11-25 11:54:57 +1100567 /*
568 * Wait for something to happen. This will suspend the process until
569 * some selected descriptor can be read, written, or has some other
Damien Miller509b0102003-12-17 16:33:10 +1100570 * event pending.
Damien Miller5428f641999-11-25 11:54:57 +1100571 */
Damien Miller95def091999-11-25 00:26:21 +1100572
Damien Miller509b0102003-12-17 16:33:10 +1100573 if (options.server_alive_interval == 0 || !compat20)
574 tvp = NULL;
Darren Tuckerfc959702004-07-17 16:12:08 +1000575 else {
Damien Miller509b0102003-12-17 16:33:10 +1100576 tv.tv_sec = options.server_alive_interval;
577 tv.tv_usec = 0;
578 tvp = &tv;
579 }
580 ret = select((*maxfdp)+1, *readsetp, *writesetp, NULL, tvp);
581 if (ret < 0) {
Damien Miller95def091999-11-25 00:26:21 +1100582 char buf[100];
Ben Lindstromf9452512001-02-15 03:12:08 +0000583
584 /*
585 * We have to clear the select masks, because we return.
586 * We have to return, because the mainloop checks for the flags
587 * set by the signal handlers.
588 */
Damien Miller79faeff2001-11-12 11:06:32 +1100589 memset(*readsetp, 0, *nallocp);
590 memset(*writesetp, 0, *nallocp);
Ben Lindstromf9452512001-02-15 03:12:08 +0000591
Damien Miller95def091999-11-25 00:26:21 +1100592 if (errno == EINTR)
593 return;
594 /* Note: we might still have data in the buffers. */
595 snprintf(buf, sizeof buf, "select: %s\r\n", strerror(errno));
596 buffer_append(&stderr_buffer, buf, strlen(buf));
Damien Miller95def091999-11-25 00:26:21 +1100597 quit_pending = 1;
Damien Miller509b0102003-12-17 16:33:10 +1100598 } else if (ret == 0)
599 server_alive_check();
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000600}
601
Ben Lindstrombba81212001-06-25 05:01:22 +0000602static void
Damien Millerad833b32000-08-23 10:46:23 +1000603client_suspend_self(Buffer *bin, Buffer *bout, Buffer *berr)
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000604{
Damien Miller95def091999-11-25 00:26:21 +1100605 /* Flush stdout and stderr buffers. */
Damien Millerad833b32000-08-23 10:46:23 +1000606 if (buffer_len(bout) > 0)
Darren Tucker4d5cd332008-06-13 04:51:14 +1000607 atomicio(vwrite, fileno(stdout), buffer_ptr(bout),
608 buffer_len(bout));
Damien Millerad833b32000-08-23 10:46:23 +1000609 if (buffer_len(berr) > 0)
Darren Tucker4d5cd332008-06-13 04:51:14 +1000610 atomicio(vwrite, fileno(stderr), buffer_ptr(berr),
611 buffer_len(berr));
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000612
Damien Miller95def091999-11-25 00:26:21 +1100613 leave_raw_mode();
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000614
Damien Miller5428f641999-11-25 11:54:57 +1100615 /*
616 * Free (and clear) the buffer to reduce the amount of data that gets
617 * written to swap.
618 */
Damien Millerad833b32000-08-23 10:46:23 +1000619 buffer_free(bin);
620 buffer_free(bout);
621 buffer_free(berr);
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000622
Damien Miller95def091999-11-25 00:26:21 +1100623 /* Send the suspend signal to the program itself. */
624 kill(getpid(), SIGTSTP);
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000625
Darren Tucker5d78de62004-11-05 20:35:44 +1100626 /* Reset window sizes in case they have changed */
627 received_window_change_signal = 1;
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000628
Damien Miller95def091999-11-25 00:26:21 +1100629 /* OK, we have been continued by the user. Reinitialize buffers. */
Damien Millerad833b32000-08-23 10:46:23 +1000630 buffer_init(bin);
631 buffer_init(bout);
632 buffer_init(berr);
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000633
Damien Miller95def091999-11-25 00:26:21 +1100634 enter_raw_mode();
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000635}
636
Ben Lindstrombba81212001-06-25 05:01:22 +0000637static void
Damien Miller90fdfaf2006-03-26 14:25:37 +1100638client_process_net_input(fd_set *readset)
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000639{
Damien Miller1383bd82000-04-06 12:32:37 +1000640 int len;
641 char buf[8192];
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000642
Damien Miller5428f641999-11-25 11:54:57 +1100643 /*
644 * Read input from the server, and add any such data to the buffer of
645 * the packet subsystem.
646 */
Damien Miller95def091999-11-25 00:26:21 +1100647 if (FD_ISSET(connection_in, readset)) {
648 /* Read as much as possible. */
649 len = read(connection_in, buf, sizeof(buf));
650 if (len == 0) {
Darren Tucker4d5cd332008-06-13 04:51:14 +1000651 /*
652 * Received EOF. The remote host has closed the
653 * connection.
654 */
655 snprintf(buf, sizeof buf,
656 "Connection to %.300s closed by remote host.\r\n",
657 host);
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000658 buffer_append(&stderr_buffer, buf, strlen(buf));
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000659 quit_pending = 1;
660 return;
Damien Miller95def091999-11-25 00:26:21 +1100661 }
Damien Miller5428f641999-11-25 11:54:57 +1100662 /*
663 * There is a kernel bug on Solaris that causes select to
664 * sometimes wake up even though there is no data available.
665 */
Ben Lindstromebc88272001-03-06 03:34:40 +0000666 if (len < 0 && (errno == EAGAIN || errno == EINTR))
Damien Miller95def091999-11-25 00:26:21 +1100667 len = 0;
Damien Millerd4a8b7e1999-10-27 13:42:43 +1000668
Damien Miller95def091999-11-25 00:26:21 +1100669 if (len < 0) {
Darren Tucker4d5cd332008-06-13 04:51:14 +1000670 /*
671 * An error has encountered. Perhaps there is a
672 * network problem.
673 */
674 snprintf(buf, sizeof buf,
675 "Read from remote host %.300s: %.100s\r\n",
676 host, strerror(errno));
Damien Miller95def091999-11-25 00:26:21 +1100677 buffer_append(&stderr_buffer, buf, strlen(buf));
Damien Miller95def091999-11-25 00:26:21 +1100678 quit_pending = 1;
679 return;
680 }
681 packet_process_incoming(buf, len);
682 }
Damien Miller1383bd82000-04-06 12:32:37 +1000683}
684
Ben Lindstrom5589f4b2002-03-22 03:24:32 +0000685static void
Damien Miller5771ed72008-05-19 15:35:33 +1000686client_status_confirm(int type, Channel *c, void *ctx)
Damien Miller0e220db2004-06-15 10:34:08 +1000687{
Damien Miller5771ed72008-05-19 15:35:33 +1000688 struct channel_reply_ctx *cr = (struct channel_reply_ctx *)ctx;
689 char errmsg[256];
690 int tochan;
Darren Tuckerfc959702004-07-17 16:12:08 +1000691
Damien Miller5771ed72008-05-19 15:35:33 +1000692 /* XXX supress on mux _client_ quietmode */
693 tochan = options.log_level >= SYSLOG_LEVEL_ERROR &&
694 c->ctl_fd != -1 && c->extended_usage == CHAN_EXTENDED_WRITE;
Damien Miller0e220db2004-06-15 10:34:08 +1000695
Damien Miller5771ed72008-05-19 15:35:33 +1000696 if (type == SSH2_MSG_CHANNEL_SUCCESS) {
697 debug2("%s request accepted on channel %d",
698 cr->request_type, c->self);
699 } else if (type == SSH2_MSG_CHANNEL_FAILURE) {
700 if (tochan) {
701 snprintf(errmsg, sizeof(errmsg),
702 "%s request failed\r\n", cr->request_type);
703 } else {
704 snprintf(errmsg, sizeof(errmsg),
705 "%s request failed on channel %d",
706 cr->request_type, c->self);
707 }
708 /* If error occurred on primary session channel, then exit */
709 if (cr->do_close && c->self == session_ident)
710 fatal("%s", errmsg);
711 /* If error occurred on mux client, append to their stderr */
712 if (tochan)
713 buffer_append(&c->extended, errmsg, strlen(errmsg));
714 else
715 error("%s", errmsg);
716 if (cr->do_close) {
717 chan_read_failed(c);
718 chan_write_failed(c);
719 }
Damien Miller0e220db2004-06-15 10:34:08 +1000720 }
Damien Miller5771ed72008-05-19 15:35:33 +1000721 xfree(cr);
722}
Damien Miller0e220db2004-06-15 10:34:08 +1000723
Damien Miller5771ed72008-05-19 15:35:33 +1000724static void
725client_abandon_status_confirm(Channel *c, void *ctx)
726{
727 xfree(ctx);
728}
729
730static void
731client_expect_confirm(int id, const char *request, int do_close)
732{
733 struct channel_reply_ctx *cr = xmalloc(sizeof(*cr));
734
735 cr->request_type = request;
736 cr->do_close = do_close;
737
738 channel_register_status_confirm(id, client_status_confirm,
739 client_abandon_status_confirm, cr);
Damien Miller0e220db2004-06-15 10:34:08 +1000740}
741
Darren Tucker9f407c42008-06-13 04:50:27 +1000742void
743client_register_global_confirm(global_confirm_cb *cb, void *ctx)
744{
745 struct global_confirm *gc, *first_gc;
746
747 /* Coalesce identical callbacks */
748 first_gc = TAILQ_FIRST(&global_confirms);
749 if (first_gc && first_gc->cb == cb && first_gc->ctx == ctx) {
750 if (++first_gc->ref_count >= INT_MAX)
751 fatal("%s: first_gc->ref_count = %d",
752 __func__, first_gc->ref_count);
753 return;
754 }
755
756 gc = xmalloc(sizeof(*gc));
757 gc->cb = cb;
758 gc->ctx = ctx;
759 gc->ref_count = 1;
760 TAILQ_INSERT_TAIL(&global_confirms, gc, entry);
761}
762
Damien Miller0e220db2004-06-15 10:34:08 +1000763static void
Ben Lindstrom681d9322002-03-22 03:53:00 +0000764process_cmdline(void)
Ben Lindstrom5589f4b2002-03-22 03:24:32 +0000765{
Ben Lindstrom5589f4b2002-03-22 03:24:32 +0000766 void (*handler)(int);
Damien Millerf91ee4c2005-03-01 21:24:33 +1100767 char *s, *cmd, *cancel_host;
Darren Tuckere7066df2004-05-24 10:18:05 +1000768 int delete = 0;
Ben Lindstrom5589f4b2002-03-22 03:24:32 +0000769 int local = 0;
Damien Millerf91ee4c2005-03-01 21:24:33 +1100770 u_short cancel_port;
771 Forward fwd;
Ben Lindstrom5589f4b2002-03-22 03:24:32 +0000772
Darren Tucker23ae8ca2007-12-02 23:12:30 +1100773 bzero(&fwd, sizeof(fwd));
774 fwd.listen_host = fwd.connect_host = NULL;
775
Ben Lindstrom5589f4b2002-03-22 03:24:32 +0000776 leave_raw_mode();
Ben Lindstrom5a6abda2002-06-09 19:41:48 +0000777 handler = signal(SIGINT, SIG_IGN);
Ben Lindstrom681d9322002-03-22 03:53:00 +0000778 cmd = s = read_passphrase("\r\nssh> ", RP_ECHO);
Ben Lindstrom5589f4b2002-03-22 03:24:32 +0000779 if (s == NULL)
780 goto out;
Darren Tucker03b1cdb2007-03-21 20:46:03 +1100781 while (isspace(*s))
Ben Lindstrom5589f4b2002-03-22 03:24:32 +0000782 s++;
Darren Tuckere7066df2004-05-24 10:18:05 +1000783 if (*s == '-')
784 s++; /* Skip cmdline '-', if any */
Darren Tuckere1675822004-05-24 10:13:07 +1000785 if (*s == '\0')
Ben Lindstrom5589f4b2002-03-22 03:24:32 +0000786 goto out;
Darren Tuckere7066df2004-05-24 10:18:05 +1000787
Darren Tucker1973c882004-05-24 10:34:36 +1000788 if (*s == 'h' || *s == 'H' || *s == '?') {
Darren Tuckere7066df2004-05-24 10:18:05 +1000789 logit("Commands:");
Damien Miller43020952006-07-10 20:16:12 +1000790 logit(" -L[bind_address:]port:host:hostport "
791 "Request local forward");
792 logit(" -R[bind_address:]port:host:hostport "
793 "Request remote forward");
Damien Miller57e8ad32006-07-10 20:20:52 +1000794 logit(" -KR[bind_address:]port "
Damien Miller43020952006-07-10 20:16:12 +1000795 "Cancel remote forward");
Damien Millerd27b9472005-12-13 19:29:02 +1100796 if (!options.permit_local_command)
797 goto out;
Damien Miller43020952006-07-10 20:16:12 +1000798 logit(" !args "
799 "Execute local command");
Damien Millerd27b9472005-12-13 19:29:02 +1100800 goto out;
801 }
802
803 if (*s == '!' && options.permit_local_command) {
804 s++;
805 ssh_local_cmd(s);
Darren Tuckere7066df2004-05-24 10:18:05 +1000806 goto out;
807 }
808
809 if (*s == 'K') {
810 delete = 1;
811 s++;
812 }
813 if (*s != 'L' && *s != 'R') {
Damien Miller996acd22003-04-09 20:59:48 +1000814 logit("Invalid command.");
Ben Lindstrom5589f4b2002-03-22 03:24:32 +0000815 goto out;
816 }
Darren Tuckere7066df2004-05-24 10:18:05 +1000817 if (*s == 'L')
Ben Lindstrom5589f4b2002-03-22 03:24:32 +0000818 local = 1;
Darren Tuckere7066df2004-05-24 10:18:05 +1000819 if (local && delete) {
820 logit("Not supported.");
821 goto out;
822 }
823 if ((!local || delete) && !compat20) {
Damien Miller996acd22003-04-09 20:59:48 +1000824 logit("Not supported for SSH protocol version 1.");
Ben Lindstrom5589f4b2002-03-22 03:24:32 +0000825 goto out;
826 }
Darren Tuckere7066df2004-05-24 10:18:05 +1000827
Darren Tucker03b1cdb2007-03-21 20:46:03 +1100828 while (isspace(*++s))
829 ;
Ben Lindstrom5589f4b2002-03-22 03:24:32 +0000830
Darren Tuckere7066df2004-05-24 10:18:05 +1000831 if (delete) {
Damien Millerf91ee4c2005-03-01 21:24:33 +1100832 cancel_port = 0;
833 cancel_host = hpdelim(&s); /* may be NULL */
834 if (s != NULL) {
835 cancel_port = a2port(s);
836 cancel_host = cleanhostname(cancel_host);
837 } else {
838 cancel_port = a2port(cancel_host);
839 cancel_host = NULL;
840 }
841 if (cancel_port == 0) {
842 logit("Bad forwarding close port");
Ben Lindstrom5589f4b2002-03-22 03:24:32 +0000843 goto out;
844 }
Damien Millerf91ee4c2005-03-01 21:24:33 +1100845 channel_request_rforward_cancel(cancel_host, cancel_port);
Darren Tuckere7066df2004-05-24 10:18:05 +1000846 } else {
Damien Millerf91ee4c2005-03-01 21:24:33 +1100847 if (!parse_forward(&fwd, s)) {
Darren Tuckere7066df2004-05-24 10:18:05 +1000848 logit("Bad forwarding specification.");
849 goto out;
850 }
Darren Tuckere7066df2004-05-24 10:18:05 +1000851 if (local) {
Damien Millerf91ee4c2005-03-01 21:24:33 +1100852 if (channel_setup_local_fwd_listener(fwd.listen_host,
853 fwd.listen_port, fwd.connect_host,
854 fwd.connect_port, options.gateway_ports) < 0) {
Darren Tuckere7066df2004-05-24 10:18:05 +1000855 logit("Port forwarding failed.");
856 goto out;
857 }
Damien Millerf91ee4c2005-03-01 21:24:33 +1100858 } else {
Darren Tuckere7d4b192006-07-12 22:17:10 +1000859 if (channel_request_remote_forwarding(fwd.listen_host,
Damien Millerf91ee4c2005-03-01 21:24:33 +1100860 fwd.listen_port, fwd.connect_host,
Darren Tuckere7d4b192006-07-12 22:17:10 +1000861 fwd.connect_port) < 0) {
862 logit("Port forwarding failed.");
863 goto out;
864 }
Damien Millerf91ee4c2005-03-01 21:24:33 +1100865 }
866
Darren Tuckere7066df2004-05-24 10:18:05 +1000867 logit("Forwarding port.");
868 }
869
Ben Lindstrom5589f4b2002-03-22 03:24:32 +0000870out:
871 signal(SIGINT, handler);
872 enter_raw_mode();
873 if (cmd)
874 xfree(cmd);
Darren Tucker23ae8ca2007-12-02 23:12:30 +1100875 if (fwd.listen_host != NULL)
876 xfree(fwd.listen_host);
877 if (fwd.connect_host != NULL)
878 xfree(fwd.connect_host);
Ben Lindstrom5589f4b2002-03-22 03:24:32 +0000879}
880
Darren Tucker2fb66ca2008-06-13 04:49:33 +1000881/*
882 * Process the characters one by one, call with c==NULL for proto1 case.
883 */
Ben Lindstrombba81212001-06-25 05:01:22 +0000884static int
Darren Tucker2fb66ca2008-06-13 04:49:33 +1000885process_escapes(Channel *c, Buffer *bin, Buffer *bout, Buffer *berr,
886 char *buf, int len)
Damien Millerad833b32000-08-23 10:46:23 +1000887{
888 char string[1024];
889 pid_t pid;
890 int bytes = 0;
Ben Lindstrom46c16222000-12-22 01:43:59 +0000891 u_int i;
892 u_char ch;
Damien Millerad833b32000-08-23 10:46:23 +1000893 char *s;
Darren Tucker2fb66ca2008-06-13 04:49:33 +1000894 int *escape_pendingp, escape_char;
895 struct escape_filter_ctx *efc;
Damien Millerad833b32000-08-23 10:46:23 +1000896
Darren Tucker2fb66ca2008-06-13 04:49:33 +1000897 if (c == NULL) {
898 escape_pendingp = &escape_pending1;
899 escape_char = escape_char1;
900 } else {
901 if (c->filter_ctx == NULL)
902 return 0;
903 efc = (struct escape_filter_ctx *)c->filter_ctx;
904 escape_pendingp = &efc->escape_pending;
905 escape_char = efc->escape_char;
906 }
907
Damien Millereccb9de2005-06-17 12:59:34 +1000908 if (len <= 0)
909 return (0);
910
911 for (i = 0; i < (u_int)len; i++) {
Damien Millerad833b32000-08-23 10:46:23 +1000912 /* Get one character at a time. */
913 ch = buf[i];
914
Darren Tucker2fb66ca2008-06-13 04:49:33 +1000915 if (*escape_pendingp) {
Damien Millerad833b32000-08-23 10:46:23 +1000916 /* We have previously seen an escape character. */
917 /* Clear the flag now. */
Darren Tucker2fb66ca2008-06-13 04:49:33 +1000918 *escape_pendingp = 0;
Damien Millerad833b32000-08-23 10:46:23 +1000919
920 /* Process the escaped character. */
921 switch (ch) {
922 case '.':
923 /* Terminate the connection. */
Darren Tucker2fb66ca2008-06-13 04:49:33 +1000924 snprintf(string, sizeof string, "%c.\r\n",
925 escape_char);
Damien Millerad833b32000-08-23 10:46:23 +1000926 buffer_append(berr, string, strlen(string));
Damien Millerad833b32000-08-23 10:46:23 +1000927
Darren Tucker2fb66ca2008-06-13 04:49:33 +1000928 if (c && c->ctl_fd != -1) {
929 chan_read_failed(c);
930 chan_write_failed(c);
931 return 0;
932 } else
933 quit_pending = 1;
Damien Millerad833b32000-08-23 10:46:23 +1000934 return -1;
935
936 case 'Z' - 64:
Darren Tucker2fb66ca2008-06-13 04:49:33 +1000937 /* XXX support this for mux clients */
938 if (c && c->ctl_fd != -1) {
939 noescape:
940 snprintf(string, sizeof string,
941 "%c%c escape not available to "
942 "multiplexed sessions\r\n",
943 escape_char, ch);
944 buffer_append(berr, string,
945 strlen(string));
946 continue;
947 }
Darren Tucker4d5cd332008-06-13 04:51:14 +1000948 /* Suspend the program. Inform the user */
Darren Tucker2fb66ca2008-06-13 04:49:33 +1000949 snprintf(string, sizeof string,
950 "%c^Z [suspend ssh]\r\n", escape_char);
Damien Millerad833b32000-08-23 10:46:23 +1000951 buffer_append(berr, string, strlen(string));
Damien Millerad833b32000-08-23 10:46:23 +1000952
953 /* Restore terminal modes and suspend. */
954 client_suspend_self(bin, bout, berr);
955
956 /* We have been continued. */
957 continue;
958
Damien Miller54c45982003-05-15 10:20:13 +1000959 case 'B':
960 if (compat20) {
961 snprintf(string, sizeof string,
962 "%cB\r\n", escape_char);
963 buffer_append(berr, string,
964 strlen(string));
965 channel_request_start(session_ident,
966 "break", 0);
967 packet_put_int(1000);
968 packet_send();
969 }
970 continue;
971
Ben Lindstromf28f6342001-04-04 02:03:04 +0000972 case 'R':
Ben Lindstrom11bd8992001-04-05 23:34:29 +0000973 if (compat20) {
974 if (datafellows & SSH_BUG_NOREKEY)
Darren Tucker4d5cd332008-06-13 04:51:14 +1000975 logit("Server does not "
976 "support re-keying");
Ben Lindstrom11bd8992001-04-05 23:34:29 +0000977 else
978 need_rekeying = 1;
979 }
Ben Lindstromf28f6342001-04-04 02:03:04 +0000980 continue;
981
Damien Millerad833b32000-08-23 10:46:23 +1000982 case '&':
Darren Tucker2fb66ca2008-06-13 04:49:33 +1000983 if (c && c->ctl_fd != -1)
984 goto noescape;
Damien Millerad833b32000-08-23 10:46:23 +1000985 /*
Darren Tucker4d5cd332008-06-13 04:51:14 +1000986 * Detach the program (continue to serve
987 * connections, but put in background and no
988 * more new connections).
Damien Millerad833b32000-08-23 10:46:23 +1000989 */
Damien Miller96507ef2001-11-12 10:52:25 +1100990 /* Restore tty modes. */
991 leave_raw_mode();
992
993 /* Stop listening for new connections. */
994 channel_stop_listening();
995
996 snprintf(string, sizeof string,
997 "%c& [backgrounded]\n", escape_char);
998 buffer_append(berr, string, strlen(string));
999
1000 /* Fork into background. */
1001 pid = fork();
1002 if (pid < 0) {
1003 error("fork: %.100s", strerror(errno));
1004 continue;
1005 }
1006 if (pid != 0) { /* This is the parent. */
1007 /* The parent just exits. */
1008 exit(0);
1009 }
1010 /* The child continues serving connections. */
1011 if (compat20) {
1012 buffer_append(bin, "\004", 1);
1013 /* fake EOF on stdin */
1014 return -1;
1015 } else if (!stdin_eof) {
Damien Millerad833b32000-08-23 10:46:23 +10001016 /*
Darren Tucker4d5cd332008-06-13 04:51:14 +10001017 * Sending SSH_CMSG_EOF alone does not
1018 * always appear to be enough. So we
1019 * try to send an EOF character first.
Damien Millerad833b32000-08-23 10:46:23 +10001020 */
1021 packet_start(SSH_CMSG_STDIN_DATA);
1022 packet_put_string("\004", 1);
1023 packet_send();
1024 /* Close stdin. */
1025 stdin_eof = 1;
1026 if (buffer_len(bin) == 0) {
1027 packet_start(SSH_CMSG_EOF);
1028 packet_send();
1029 }
1030 }
Damien Miller96507ef2001-11-12 10:52:25 +11001031 continue;
Damien Millerad833b32000-08-23 10:46:23 +10001032
1033 case '?':
Darren Tucker2fb66ca2008-06-13 04:49:33 +10001034 if (c && c->ctl_fd != -1) {
1035 snprintf(string, sizeof string,
Damien Millerad833b32000-08-23 10:46:23 +10001036"%c?\r\n\
1037Supported escape sequences:\r\n\
Darren Tucker2fb66ca2008-06-13 04:49:33 +10001038 %c. - terminate session\r\n\
1039 %cB - send a BREAK to the remote system\r\n\
1040 %cC - open a command line\r\n\
1041 %cR - Request rekey (SSH protocol 2 only)\r\n\
1042 %c# - list forwarded connections\r\n\
1043 %c? - this message\r\n\
1044 %c%c - send the escape character by typing it twice\r\n\
Damien Millerad833b32000-08-23 10:46:23 +10001045(Note that escapes are only recognized immediately after newline.)\r\n",
Darren Tucker2fb66ca2008-06-13 04:49:33 +10001046 escape_char, escape_char,
1047 escape_char, escape_char,
1048 escape_char, escape_char,
1049 escape_char, escape_char,
1050 escape_char);
1051 } else {
1052 snprintf(string, sizeof string,
1053"%c?\r\n\
1054Supported escape sequences:\r\n\
1055 %c. - terminate connection (and any multiplexed sessions)\r\n\
1056 %cB - send a BREAK to the remote system\r\n\
1057 %cC - open a command line\r\n\
1058 %cR - Request rekey (SSH protocol 2 only)\r\n\
1059 %c^Z - suspend ssh\r\n\
1060 %c# - list forwarded connections\r\n\
1061 %c& - background ssh (when waiting for connections to terminate)\r\n\
1062 %c? - this message\r\n\
1063 %c%c - send the escape character by typing it twice\r\n\
1064(Note that escapes are only recognized immediately after newline.)\r\n",
1065 escape_char, escape_char,
1066 escape_char, escape_char,
1067 escape_char, escape_char,
1068 escape_char, escape_char,
1069 escape_char, escape_char,
1070 escape_char);
1071 }
Damien Millerad833b32000-08-23 10:46:23 +10001072 buffer_append(berr, string, strlen(string));
1073 continue;
1074
1075 case '#':
Darren Tucker2fb66ca2008-06-13 04:49:33 +10001076 snprintf(string, sizeof string, "%c#\r\n",
1077 escape_char);
Damien Millerad833b32000-08-23 10:46:23 +10001078 buffer_append(berr, string, strlen(string));
1079 s = channel_open_message();
1080 buffer_append(berr, s, strlen(s));
1081 xfree(s);
1082 continue;
1083
Ben Lindstrom5589f4b2002-03-22 03:24:32 +00001084 case 'C':
Ben Lindstrom681d9322002-03-22 03:53:00 +00001085 process_cmdline();
Ben Lindstrom5589f4b2002-03-22 03:24:32 +00001086 continue;
1087
Damien Millerad833b32000-08-23 10:46:23 +10001088 default:
1089 if (ch != escape_char) {
1090 buffer_put_char(bin, escape_char);
1091 bytes++;
1092 }
1093 /* Escaped characters fall through here */
1094 break;
1095 }
1096 } else {
1097 /*
Darren Tucker4d5cd332008-06-13 04:51:14 +10001098 * The previous character was not an escape char.
1099 * Check if this is an escape.
Damien Millerad833b32000-08-23 10:46:23 +10001100 */
1101 if (last_was_cr && ch == escape_char) {
Darren Tucker4d5cd332008-06-13 04:51:14 +10001102 /*
1103 * It is. Set the flag and continue to
1104 * next character.
1105 */
Darren Tucker2fb66ca2008-06-13 04:49:33 +10001106 *escape_pendingp = 1;
Damien Millerad833b32000-08-23 10:46:23 +10001107 continue;
1108 }
1109 }
1110
1111 /*
1112 * Normal character. Record whether it was a newline,
1113 * and append it to the buffer.
1114 */
1115 last_was_cr = (ch == '\r' || ch == '\n');
1116 buffer_put_char(bin, ch);
1117 bytes++;
1118 }
1119 return bytes;
1120}
1121
Ben Lindstrombba81212001-06-25 05:01:22 +00001122static void
Damien Miller90fdfaf2006-03-26 14:25:37 +11001123client_process_input(fd_set *readset)
Damien Miller1383bd82000-04-06 12:32:37 +10001124{
Damien Miller166fca82000-04-20 07:42:21 +10001125 int len;
Damien Millerad833b32000-08-23 10:46:23 +10001126 char buf[8192];
Damien Miller1383bd82000-04-06 12:32:37 +10001127
Damien Miller95def091999-11-25 00:26:21 +11001128 /* Read input from stdin. */
1129 if (FD_ISSET(fileno(stdin), readset)) {
1130 /* Read as much as possible. */
1131 len = read(fileno(stdin), buf, sizeof(buf));
Ben Lindstrom4c8cff12001-04-17 18:09:42 +00001132 if (len < 0 && (errno == EAGAIN || errno == EINTR))
1133 return; /* we'll try again later */
Damien Miller95def091999-11-25 00:26:21 +11001134 if (len <= 0) {
Damien Miller5428f641999-11-25 11:54:57 +11001135 /*
1136 * Received EOF or error. They are treated
1137 * similarly, except that an error message is printed
1138 * if it was an error condition.
1139 */
Damien Miller95def091999-11-25 00:26:21 +11001140 if (len < 0) {
Darren Tucker4d5cd332008-06-13 04:51:14 +10001141 snprintf(buf, sizeof buf, "read: %.100s\r\n",
1142 strerror(errno));
Damien Miller95def091999-11-25 00:26:21 +11001143 buffer_append(&stderr_buffer, buf, strlen(buf));
Damien Miller95def091999-11-25 00:26:21 +11001144 }
1145 /* Mark that we have seen EOF. */
1146 stdin_eof = 1;
Damien Miller5428f641999-11-25 11:54:57 +11001147 /*
1148 * Send an EOF message to the server unless there is
1149 * data in the buffer. If there is data in the
1150 * buffer, no message will be sent now. Code
1151 * elsewhere will send the EOF when the buffer
1152 * becomes empty if stdin_eof is set.
1153 */
Damien Miller95def091999-11-25 00:26:21 +11001154 if (buffer_len(&stdin_buffer) == 0) {
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001155 packet_start(SSH_CMSG_EOF);
1156 packet_send();
Damien Miller95def091999-11-25 00:26:21 +11001157 }
Darren Tucker2fb66ca2008-06-13 04:49:33 +10001158 } else if (escape_char1 == SSH_ESCAPECHAR_NONE) {
Damien Miller5428f641999-11-25 11:54:57 +11001159 /*
1160 * Normal successful read, and no escape character.
1161 * Just append the data to buffer.
1162 */
Damien Miller95def091999-11-25 00:26:21 +11001163 buffer_append(&stdin_buffer, buf, len);
Damien Miller95def091999-11-25 00:26:21 +11001164 } else {
Damien Miller5428f641999-11-25 11:54:57 +11001165 /*
Darren Tucker4d5cd332008-06-13 04:51:14 +10001166 * Normal, successful read. But we have an escape
1167 * character and have to process the characters one
1168 * by one.
Damien Miller5428f641999-11-25 11:54:57 +11001169 */
Darren Tucker2fb66ca2008-06-13 04:49:33 +10001170 if (process_escapes(NULL, &stdin_buffer,
1171 &stdout_buffer, &stderr_buffer, buf, len) == -1)
Damien Millerad833b32000-08-23 10:46:23 +10001172 return;
Damien Miller95def091999-11-25 00:26:21 +11001173 }
1174 }
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001175}
1176
Ben Lindstrombba81212001-06-25 05:01:22 +00001177static void
Damien Miller90fdfaf2006-03-26 14:25:37 +11001178client_process_output(fd_set *writeset)
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001179{
Damien Miller95def091999-11-25 00:26:21 +11001180 int len;
1181 char buf[100];
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001182
Damien Miller95def091999-11-25 00:26:21 +11001183 /* Write buffered output to stdout. */
1184 if (FD_ISSET(fileno(stdout), writeset)) {
1185 /* Write as much data as possible. */
1186 len = write(fileno(stdout), buffer_ptr(&stdout_buffer),
Damien Miller037a0dc1999-12-07 15:38:31 +11001187 buffer_len(&stdout_buffer));
Damien Miller95def091999-11-25 00:26:21 +11001188 if (len <= 0) {
Ben Lindstrom4c8cff12001-04-17 18:09:42 +00001189 if (errno == EINTR || errno == EAGAIN)
Damien Miller95def091999-11-25 00:26:21 +11001190 len = 0;
1191 else {
Damien Miller5428f641999-11-25 11:54:57 +11001192 /*
1193 * An error or EOF was encountered. Put an
1194 * error message to stderr buffer.
1195 */
Darren Tucker4d5cd332008-06-13 04:51:14 +10001196 snprintf(buf, sizeof buf,
1197 "write stdout: %.50s\r\n", strerror(errno));
Damien Miller95def091999-11-25 00:26:21 +11001198 buffer_append(&stderr_buffer, buf, strlen(buf));
Damien Miller95def091999-11-25 00:26:21 +11001199 quit_pending = 1;
1200 return;
1201 }
1202 }
1203 /* Consume printed data from the buffer. */
1204 buffer_consume(&stdout_buffer, len);
Ben Lindstroma3700052001-04-05 23:26:32 +00001205 stdout_bytes += len;
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001206 }
Damien Miller95def091999-11-25 00:26:21 +11001207 /* Write buffered output to stderr. */
1208 if (FD_ISSET(fileno(stderr), writeset)) {
1209 /* Write as much data as possible. */
1210 len = write(fileno(stderr), buffer_ptr(&stderr_buffer),
Damien Miller037a0dc1999-12-07 15:38:31 +11001211 buffer_len(&stderr_buffer));
Damien Miller95def091999-11-25 00:26:21 +11001212 if (len <= 0) {
Ben Lindstrom4c8cff12001-04-17 18:09:42 +00001213 if (errno == EINTR || errno == EAGAIN)
Damien Miller95def091999-11-25 00:26:21 +11001214 len = 0;
1215 else {
Darren Tucker4d5cd332008-06-13 04:51:14 +10001216 /*
1217 * EOF or error, but can't even print
1218 * error message.
1219 */
Damien Miller95def091999-11-25 00:26:21 +11001220 quit_pending = 1;
1221 return;
1222 }
1223 }
1224 /* Consume printed characters from the buffer. */
1225 buffer_consume(&stderr_buffer, len);
Ben Lindstroma3700052001-04-05 23:26:32 +00001226 stderr_bytes += len;
Damien Miller95def091999-11-25 00:26:21 +11001227 }
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001228}
1229
Damien Miller5428f641999-11-25 11:54:57 +11001230/*
Damien Millerb38eff82000-04-01 11:09:21 +10001231 * Get packets from the connection input buffer, and process them as long as
1232 * there are packets available.
1233 *
1234 * Any unknown packets received during the actual
1235 * session cause the session to terminate. This is
1236 * intended to make debugging easier since no
1237 * confirmations are sent. Any compatible protocol
1238 * extensions must be negotiated during the
1239 * preparatory phase.
1240 */
1241
Ben Lindstrombba81212001-06-25 05:01:22 +00001242static void
Ben Lindstrom31ca54a2001-02-09 02:11:24 +00001243client_process_buffered_input_packets(void)
Damien Millerb38eff82000-04-01 11:09:21 +10001244{
Darren Tucker4d5cd332008-06-13 04:51:14 +10001245 dispatch_run(DISPATCH_NONBLOCK, &quit_pending,
1246 compat20 ? xxx_kex : NULL);
Damien Millerb38eff82000-04-01 11:09:21 +10001247}
1248
Damien Millerad833b32000-08-23 10:46:23 +10001249/* scan buf[] for '~' before sending data to the peer */
1250
Darren Tucker2fb66ca2008-06-13 04:49:33 +10001251/* Helper: allocate a new escape_filter_ctx and fill in its escape char */
1252void *
1253client_new_escape_filter_ctx(int escape_char)
1254{
1255 struct escape_filter_ctx *ret;
1256
1257 ret = xmalloc(sizeof(*ret));
1258 ret->escape_pending = 0;
1259 ret->escape_char = escape_char;
1260 return (void *)ret;
1261}
1262
Darren Tucker84c56f52008-06-13 04:55:46 +10001263/* Free the escape filter context on channel free */
1264void
1265client_filter_cleanup(int cid, void *ctx)
1266{
1267 xfree(ctx);
1268}
1269
Darren Tucker2fb66ca2008-06-13 04:49:33 +10001270int
1271client_simple_escape_filter(Channel *c, char *buf, int len)
Damien Millerad833b32000-08-23 10:46:23 +10001272{
Damien Miller5771ed72008-05-19 15:35:33 +10001273 if (c->extended_usage != CHAN_EXTENDED_WRITE)
1274 return 0;
1275
Darren Tucker2fb66ca2008-06-13 04:49:33 +10001276 return process_escapes(c, &c->input, &c->output, &c->extended,
1277 buf, len);
Damien Millerad833b32000-08-23 10:46:23 +10001278}
1279
Ben Lindstrombba81212001-06-25 05:01:22 +00001280static void
Ben Lindstrom4c3f77d2001-04-05 23:37:36 +00001281client_channel_closed(int id, void *arg)
1282{
Damien Miller3ec27592001-10-12 11:35:04 +10001283 channel_cancel_cleanup(id);
Ben Lindstrom4c3f77d2001-04-05 23:37:36 +00001284 session_closed = 1;
Darren Tucker9a2c4cd2003-09-22 21:16:05 +10001285 leave_raw_mode();
Ben Lindstrom4c3f77d2001-04-05 23:37:36 +00001286}
1287
Damien Millerb38eff82000-04-01 11:09:21 +10001288/*
Damien Miller5428f641999-11-25 11:54:57 +11001289 * Implements the interactive session with the server. This is called after
1290 * the user has been authenticated, and a command has been started on the
Ben Lindstrom2b1f71b2001-06-05 20:32:21 +00001291 * remote host. If escape_char != SSH_ESCAPECHAR_NONE, it is the character
1292 * used as an escape character for terminating or suspending the session.
Damien Miller5428f641999-11-25 11:54:57 +11001293 */
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001294
Damien Miller4af51302000-04-16 11:18:38 +10001295int
Damien Millerad833b32000-08-23 10:46:23 +10001296client_loop(int have_pty, int escape_char_arg, int ssh2_chan_id)
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001297{
Damien Miller5e953212001-01-30 09:14:00 +11001298 fd_set *readset = NULL, *writeset = NULL;
Damien Miller95def091999-11-25 00:26:21 +11001299 double start_time, total_time;
Darren Tuckerc7a6fc42004-08-13 21:18:00 +10001300 int max_fd = 0, max_fd2 = 0, len, rekeying = 0;
1301 u_int nalloc = 0;
Damien Miller95def091999-11-25 00:26:21 +11001302 char buf[100];
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001303
Damien Miller95def091999-11-25 00:26:21 +11001304 debug("Entering interactive session.");
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001305
Damien Miller95def091999-11-25 00:26:21 +11001306 start_time = get_current_time();
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001307
Damien Miller95def091999-11-25 00:26:21 +11001308 /* Initialize variables. */
Darren Tucker2fb66ca2008-06-13 04:49:33 +10001309 escape_pending1 = 0;
Damien Miller95def091999-11-25 00:26:21 +11001310 last_was_cr = 1;
1311 exit_status = -1;
1312 stdin_eof = 0;
1313 buffer_high = 64 * 1024;
1314 connection_in = packet_get_connection_in();
1315 connection_out = packet_get_connection_out();
Damien Miller5e953212001-01-30 09:14:00 +11001316 max_fd = MAX(connection_in, connection_out);
Damien Millerb1cbfa22008-05-19 16:00:08 +10001317 if (muxserver_sock != -1)
1318 max_fd = MAX(max_fd, muxserver_sock);
Damien Miller5e953212001-01-30 09:14:00 +11001319
1320 if (!compat20) {
Ben Lindstrom302ea6f2001-04-16 02:01:25 +00001321 /* enable nonblocking unless tty */
1322 if (!isatty(fileno(stdin)))
1323 set_nonblock(fileno(stdin));
1324 if (!isatty(fileno(stdout)))
1325 set_nonblock(fileno(stdout));
1326 if (!isatty(fileno(stderr)))
1327 set_nonblock(fileno(stderr));
Damien Miller5e953212001-01-30 09:14:00 +11001328 max_fd = MAX(max_fd, fileno(stdin));
1329 max_fd = MAX(max_fd, fileno(stdout));
1330 max_fd = MAX(max_fd, fileno(stderr));
1331 }
Damien Miller95def091999-11-25 00:26:21 +11001332 stdin_bytes = 0;
1333 stdout_bytes = 0;
1334 stderr_bytes = 0;
1335 quit_pending = 0;
Darren Tucker2fb66ca2008-06-13 04:49:33 +10001336 escape_char1 = escape_char_arg;
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001337
Damien Miller95def091999-11-25 00:26:21 +11001338 /* Initialize buffers. */
1339 buffer_init(&stdin_buffer);
1340 buffer_init(&stdout_buffer);
1341 buffer_init(&stderr_buffer);
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001342
Damien Millerb38eff82000-04-01 11:09:21 +10001343 client_init_dispatch();
1344
Ben Lindstromf49dbff2002-12-23 02:01:55 +00001345 /*
1346 * Set signal handlers, (e.g. to restore non-blocking mode)
1347 * but don't overwrite SIG_IGN, matches behaviour from rsh(1)
1348 */
Darren Tucker07336da2004-11-05 20:02:16 +11001349 if (signal(SIGHUP, SIG_IGN) != SIG_IGN)
1350 signal(SIGHUP, signal_handler);
Ben Lindstromf49dbff2002-12-23 02:01:55 +00001351 if (signal(SIGINT, SIG_IGN) != SIG_IGN)
1352 signal(SIGINT, signal_handler);
1353 if (signal(SIGQUIT, SIG_IGN) != SIG_IGN)
1354 signal(SIGQUIT, signal_handler);
1355 if (signal(SIGTERM, SIG_IGN) != SIG_IGN)
1356 signal(SIGTERM, signal_handler);
Darren Tucker5d78de62004-11-05 20:35:44 +11001357 signal(SIGWINCH, window_change_handler);
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001358
Damien Miller95def091999-11-25 00:26:21 +11001359 if (have_pty)
1360 enter_raw_mode();
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001361
Ben Lindstrom5b828322001-02-09 01:34:36 +00001362 if (compat20) {
1363 session_ident = ssh2_chan_id;
Darren Tucker2fb66ca2008-06-13 04:49:33 +10001364 if (escape_char_arg != SSH_ESCAPECHAR_NONE)
Ben Lindstrom5b828322001-02-09 01:34:36 +00001365 channel_register_filter(session_ident,
Darren Tucker2fb66ca2008-06-13 04:49:33 +10001366 client_simple_escape_filter, NULL,
Darren Tucker84c56f52008-06-13 04:55:46 +10001367 client_filter_cleanup,
Darren Tucker2fb66ca2008-06-13 04:49:33 +10001368 client_new_escape_filter_ctx(escape_char_arg));
Ben Lindstrom4c3f77d2001-04-05 23:37:36 +00001369 if (session_ident != -1)
1370 channel_register_cleanup(session_ident,
Damien Miller39eda6e2005-11-05 14:52:50 +11001371 client_channel_closed, 0);
Ben Lindstrom5b828322001-02-09 01:34:36 +00001372 } else {
1373 /* Check if we should immediately send eof on stdin. */
Damien Miller1383bd82000-04-06 12:32:37 +10001374 client_check_initial_eof_on_stdin();
Ben Lindstrom5b828322001-02-09 01:34:36 +00001375 }
Damien Millerad833b32000-08-23 10:46:23 +10001376
Damien Miller95def091999-11-25 00:26:21 +11001377 /* Main loop of the client for the interactive session mode. */
1378 while (!quit_pending) {
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001379
Damien Miller5428f641999-11-25 11:54:57 +11001380 /* Process buffered packets sent by the server. */
Damien Miller95def091999-11-25 00:26:21 +11001381 client_process_buffered_input_packets();
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001382
Ben Lindstrom4c3f77d2001-04-05 23:37:36 +00001383 if (compat20 && session_closed && !channel_still_open())
Damien Miller1383bd82000-04-06 12:32:37 +10001384 break;
Ben Lindstrom4c3f77d2001-04-05 23:37:36 +00001385
1386 rekeying = (xxx_kex != NULL && !xxx_kex->done);
Damien Miller1383bd82000-04-06 12:32:37 +10001387
Ben Lindstrombe2cc432001-04-04 23:46:07 +00001388 if (rekeying) {
1389 debug("rekeying in progress");
1390 } else {
1391 /*
1392 * Make packets of buffered stdin data, and buffer
1393 * them for sending to the server.
1394 */
1395 if (!compat20)
1396 client_make_packets_from_stdin_data();
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001397
Ben Lindstrombe2cc432001-04-04 23:46:07 +00001398 /*
1399 * Make packets from buffered channel data, and
1400 * enqueue them for sending to the server.
1401 */
1402 if (packet_not_very_much_data_to_write())
1403 channel_output_poll();
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001404
Ben Lindstrombe2cc432001-04-04 23:46:07 +00001405 /*
1406 * Check if the window size has changed, and buffer a
1407 * message about it to the server if so.
1408 */
1409 client_check_window_change();
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001410
Ben Lindstrombe2cc432001-04-04 23:46:07 +00001411 if (quit_pending)
1412 break;
1413 }
Damien Miller5428f641999-11-25 11:54:57 +11001414 /*
1415 * Wait until we have something to do (something becomes
1416 * available on one of the descriptors).
1417 */
Ben Lindstrom16d29d52001-07-18 16:01:46 +00001418 max_fd2 = max_fd;
Ben Lindstrombe2cc432001-04-04 23:46:07 +00001419 client_wait_until_can_do_something(&readset, &writeset,
Ben Lindstrom16d29d52001-07-18 16:01:46 +00001420 &max_fd2, &nalloc, rekeying);
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001421
Damien Miller95def091999-11-25 00:26:21 +11001422 if (quit_pending)
1423 break;
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001424
Ben Lindstrombe2cc432001-04-04 23:46:07 +00001425 /* Do channel operations unless rekeying in progress. */
1426 if (!rekeying) {
1427 channel_after_select(readset, writeset);
Damien Millera5539d22003-04-09 20:50:06 +10001428 if (need_rekeying || packet_need_rekeying()) {
1429 debug("need rekeying");
Ben Lindstrombe2cc432001-04-04 23:46:07 +00001430 xxx_kex->done = 0;
1431 kex_send_kexinit(xxx_kex);
1432 need_rekeying = 0;
1433 }
1434 }
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001435
Damien Miller1383bd82000-04-06 12:32:37 +10001436 /* Buffer input from the connection. */
Damien Miller5e953212001-01-30 09:14:00 +11001437 client_process_net_input(readset);
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001438
Damien Miller0e220db2004-06-15 10:34:08 +10001439 /* Accept control connections. */
Damien Millerb1cbfa22008-05-19 16:00:08 +10001440 if (muxserver_sock != -1 &&FD_ISSET(muxserver_sock, readset)) {
1441 if (muxserver_accept_control())
1442 quit_pending = 1;
1443 }
Damien Miller0e220db2004-06-15 10:34:08 +10001444
Damien Miller1383bd82000-04-06 12:32:37 +10001445 if (quit_pending)
1446 break;
1447
1448 if (!compat20) {
1449 /* Buffer data from stdin */
Damien Miller5e953212001-01-30 09:14:00 +11001450 client_process_input(readset);
Damien Miller1383bd82000-04-06 12:32:37 +10001451 /*
1452 * Process output to stdout and stderr. Output to
1453 * the connection is processed elsewhere (above).
1454 */
Damien Miller5e953212001-01-30 09:14:00 +11001455 client_process_output(writeset);
Damien Miller1383bd82000-04-06 12:32:37 +10001456 }
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001457
Darren Tucker4d5cd332008-06-13 04:51:14 +10001458 /*
1459 * Send as much buffered packet data as possible to the
1460 * sender.
1461 */
Damien Miller5e953212001-01-30 09:14:00 +11001462 if (FD_ISSET(connection_out, writeset))
Damien Miller95def091999-11-25 00:26:21 +11001463 packet_write_poll();
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001464 }
Damien Miller5e953212001-01-30 09:14:00 +11001465 if (readset)
1466 xfree(readset);
1467 if (writeset)
1468 xfree(writeset);
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001469
Damien Miller95def091999-11-25 00:26:21 +11001470 /* Terminate the session. */
1471
1472 /* Stop watching for window change. */
Darren Tucker5d78de62004-11-05 20:35:44 +11001473 signal(SIGWINCH, SIG_DFL);
Damien Miller95def091999-11-25 00:26:21 +11001474
Ben Lindstrom601e4362001-06-21 03:19:23 +00001475 channel_free_all();
Damien Miller95def091999-11-25 00:26:21 +11001476
Ben Lindstromec46e0b2001-06-09 01:27:31 +00001477 if (have_pty)
1478 leave_raw_mode();
Ben Lindstromc93e84c2001-05-12 00:08:37 +00001479
1480 /* restore blocking io */
1481 if (!isatty(fileno(stdin)))
1482 unset_nonblock(fileno(stdin));
1483 if (!isatty(fileno(stdout)))
1484 unset_nonblock(fileno(stdout));
1485 if (!isatty(fileno(stderr)))
1486 unset_nonblock(fileno(stderr));
1487
Damien Millerd6965512003-12-17 16:31:53 +11001488 /*
1489 * If there was no shell or command requested, there will be no remote
1490 * exit status to be returned. In that case, clear error code if the
1491 * connection was deliberately terminated at this end.
1492 */
1493 if (no_shell_flag && received_signal == SIGTERM) {
1494 received_signal = 0;
1495 exit_status = 0;
1496 }
1497
Darren Tucker9a2c4cd2003-09-22 21:16:05 +10001498 if (received_signal)
Ben Lindstromf8f065b2001-12-06 17:52:16 +00001499 fatal("Killed by signal %d.", (int) received_signal);
Ben Lindstromec46e0b2001-06-09 01:27:31 +00001500
1501 /*
1502 * In interactive mode (with pseudo tty) display a message indicating
1503 * that the connection has been closed.
1504 */
1505 if (have_pty && options.log_level != SYSLOG_LEVEL_QUIET) {
Darren Tucker4d5cd332008-06-13 04:51:14 +10001506 snprintf(buf, sizeof buf,
1507 "Connection to %.64s closed.\r\n", host);
Ben Lindstromec46e0b2001-06-09 01:27:31 +00001508 buffer_append(&stderr_buffer, buf, strlen(buf));
1509 }
1510
Damien Miller95def091999-11-25 00:26:21 +11001511 /* Output any buffered data for stdout. */
Ben Lindstromc93e84c2001-05-12 00:08:37 +00001512 while (buffer_len(&stdout_buffer) > 0) {
1513 len = write(fileno(stdout), buffer_ptr(&stdout_buffer),
Damien Miller037a0dc1999-12-07 15:38:31 +11001514 buffer_len(&stdout_buffer));
Ben Lindstromc93e84c2001-05-12 00:08:37 +00001515 if (len <= 0) {
Damien Miller95def091999-11-25 00:26:21 +11001516 error("Write failed flushing stdout buffer.");
Ben Lindstromc93e84c2001-05-12 00:08:37 +00001517 break;
1518 }
Damien Miller95def091999-11-25 00:26:21 +11001519 buffer_consume(&stdout_buffer, len);
Ben Lindstroma3700052001-04-05 23:26:32 +00001520 stdout_bytes += len;
Damien Miller95def091999-11-25 00:26:21 +11001521 }
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001522
Damien Miller95def091999-11-25 00:26:21 +11001523 /* Output any buffered data for stderr. */
Ben Lindstromc93e84c2001-05-12 00:08:37 +00001524 while (buffer_len(&stderr_buffer) > 0) {
1525 len = write(fileno(stderr), buffer_ptr(&stderr_buffer),
Damien Miller037a0dc1999-12-07 15:38:31 +11001526 buffer_len(&stderr_buffer));
Ben Lindstromc93e84c2001-05-12 00:08:37 +00001527 if (len <= 0) {
Damien Miller95def091999-11-25 00:26:21 +11001528 error("Write failed flushing stderr buffer.");
Ben Lindstromc93e84c2001-05-12 00:08:37 +00001529 break;
1530 }
Damien Miller95def091999-11-25 00:26:21 +11001531 buffer_consume(&stderr_buffer, len);
Ben Lindstroma3700052001-04-05 23:26:32 +00001532 stderr_bytes += len;
Damien Miller95def091999-11-25 00:26:21 +11001533 }
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001534
Damien Miller95def091999-11-25 00:26:21 +11001535 /* Clear and free any buffers. */
1536 memset(buf, 0, sizeof(buf));
1537 buffer_free(&stdin_buffer);
1538 buffer_free(&stdout_buffer);
1539 buffer_free(&stderr_buffer);
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001540
Damien Miller95def091999-11-25 00:26:21 +11001541 /* Report bytes transferred, and transfer rates. */
1542 total_time = get_current_time() - start_time;
Darren Tucker4d5cd332008-06-13 04:51:14 +10001543 debug("Transferred: stdin %lu, stdout %lu, stderr %lu bytes in %.1f "
1544 "seconds", stdin_bytes, stdout_bytes, stderr_bytes, total_time);
Damien Miller95def091999-11-25 00:26:21 +11001545 if (total_time > 0)
1546 debug("Bytes per second: stdin %.1f, stdout %.1f, stderr %.1f",
Damien Miller9f0f5c62001-12-21 14:45:46 +11001547 stdin_bytes / total_time, stdout_bytes / total_time,
1548 stderr_bytes / total_time);
Damien Miller95def091999-11-25 00:26:21 +11001549
1550 /* Return the exit status of the program. */
1551 debug("Exit status %d", exit_status);
1552 return exit_status;
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001553}
Damien Millerb38eff82000-04-01 11:09:21 +10001554
1555/*********/
1556
Ben Lindstrombba81212001-06-25 05:01:22 +00001557static void
Damien Miller630d6f42002-01-22 23:17:30 +11001558client_input_stdout_data(int type, u_int32_t seq, void *ctxt)
Damien Millerb38eff82000-04-01 11:09:21 +10001559{
Ben Lindstrom46c16222000-12-22 01:43:59 +00001560 u_int data_len;
Damien Millerb38eff82000-04-01 11:09:21 +10001561 char *data = packet_get_string(&data_len);
Damien Miller48b03fc2002-01-22 23:11:40 +11001562 packet_check_eom();
Damien Millerb38eff82000-04-01 11:09:21 +10001563 buffer_append(&stdout_buffer, data, data_len);
Damien Millerb38eff82000-04-01 11:09:21 +10001564 memset(data, 0, data_len);
1565 xfree(data);
1566}
Ben Lindstrombba81212001-06-25 05:01:22 +00001567static void
Damien Miller630d6f42002-01-22 23:17:30 +11001568client_input_stderr_data(int type, u_int32_t seq, void *ctxt)
Damien Millerb38eff82000-04-01 11:09:21 +10001569{
Ben Lindstrom46c16222000-12-22 01:43:59 +00001570 u_int data_len;
Damien Millerb38eff82000-04-01 11:09:21 +10001571 char *data = packet_get_string(&data_len);
Damien Miller48b03fc2002-01-22 23:11:40 +11001572 packet_check_eom();
Damien Millerb38eff82000-04-01 11:09:21 +10001573 buffer_append(&stderr_buffer, data, data_len);
Damien Millerb38eff82000-04-01 11:09:21 +10001574 memset(data, 0, data_len);
1575 xfree(data);
1576}
Ben Lindstrombba81212001-06-25 05:01:22 +00001577static void
Damien Miller630d6f42002-01-22 23:17:30 +11001578client_input_exit_status(int type, u_int32_t seq, void *ctxt)
Damien Millerb38eff82000-04-01 11:09:21 +10001579{
Damien Millerb38eff82000-04-01 11:09:21 +10001580 exit_status = packet_get_int();
Damien Miller48b03fc2002-01-22 23:11:40 +11001581 packet_check_eom();
Damien Millerb38eff82000-04-01 11:09:21 +10001582 /* Acknowledge the exit. */
1583 packet_start(SSH_CMSG_EXIT_CONFIRMATION);
1584 packet_send();
1585 /*
1586 * Must wait for packet to be sent since we are
1587 * exiting the loop.
1588 */
1589 packet_write_wait();
1590 /* Flag that we want to exit. */
1591 quit_pending = 1;
1592}
Darren Tucker5dcdd212003-10-02 16:17:00 +10001593static void
1594client_input_agent_open(int type, u_int32_t seq, void *ctxt)
1595{
1596 Channel *c = NULL;
1597 int remote_id, sock;
1598
1599 /* Read the remote channel number from the message. */
1600 remote_id = packet_get_int();
1601 packet_check_eom();
1602
1603 /*
1604 * Get a connection to the local authentication agent (this may again
1605 * get forwarded).
1606 */
1607 sock = ssh_get_authentication_socket();
1608
1609 /*
1610 * If we could not connect the agent, send an error message back to
1611 * the server. This should never happen unless the agent dies,
1612 * because authentication forwarding is only enabled if we have an
1613 * agent.
1614 */
1615 if (sock >= 0) {
1616 c = channel_new("", SSH_CHANNEL_OPEN, sock, sock,
1617 -1, 0, 0, 0, "authentication agent connection", 1);
1618 c->remote_id = remote_id;
1619 c->force_drain = 1;
1620 }
1621 if (c == NULL) {
1622 packet_start(SSH_MSG_CHANNEL_OPEN_FAILURE);
1623 packet_put_int(remote_id);
1624 } else {
1625 /* Send a confirmation to the remote host. */
1626 debug("Forwarding authentication connection.");
1627 packet_start(SSH_MSG_CHANNEL_OPEN_CONFIRMATION);
1628 packet_put_int(remote_id);
1629 packet_put_int(c->self);
1630 }
1631 packet_send();
1632}
Damien Millerb38eff82000-04-01 11:09:21 +10001633
Ben Lindstrombba81212001-06-25 05:01:22 +00001634static Channel *
Damien Miller0bc1bd82000-11-13 22:57:25 +11001635client_request_forwarded_tcpip(const char *request_type, int rchan)
1636{
Ben Lindstroma962c2f2002-07-04 00:14:17 +00001637 Channel *c = NULL;
Damien Miller0bc1bd82000-11-13 22:57:25 +11001638 char *listen_address, *originator_address;
1639 int listen_port, originator_port;
Damien Miller0bc1bd82000-11-13 22:57:25 +11001640
1641 /* Get rest of the packet */
1642 listen_address = packet_get_string(NULL);
1643 listen_port = packet_get_int();
1644 originator_address = packet_get_string(NULL);
1645 originator_port = packet_get_int();
Damien Miller48b03fc2002-01-22 23:11:40 +11001646 packet_check_eom();
Damien Miller0bc1bd82000-11-13 22:57:25 +11001647
Damien Millerbd740252008-05-19 15:37:09 +10001648 debug("client_request_forwarded_tcpip: listen %s port %d, "
1649 "originator %s port %d", listen_address, listen_port,
1650 originator_address, originator_port);
Damien Miller0bc1bd82000-11-13 22:57:25 +11001651
Damien Millerbd740252008-05-19 15:37:09 +10001652 c = channel_connect_by_listen_address(listen_port,
1653 "forwarded-tcpip", originator_address);
1654
Damien Miller0bc1bd82000-11-13 22:57:25 +11001655 xfree(originator_address);
1656 xfree(listen_address);
1657 return c;
1658}
1659
Ben Lindstroma962c2f2002-07-04 00:14:17 +00001660static Channel *
Damien Miller0bc1bd82000-11-13 22:57:25 +11001661client_request_x11(const char *request_type, int rchan)
1662{
1663 Channel *c = NULL;
1664 char *originator;
1665 int originator_port;
Ben Lindstrom99c73b32001-05-05 04:09:47 +00001666 int sock;
Damien Miller0bc1bd82000-11-13 22:57:25 +11001667
1668 if (!options.forward_x11) {
1669 error("Warning: ssh server tried X11 forwarding.");
Darren Tucker4d5cd332008-06-13 04:51:14 +10001670 error("Warning: this is probably a break-in attempt by a "
1671 "malicious server.");
Damien Miller0bc1bd82000-11-13 22:57:25 +11001672 return NULL;
1673 }
1674 originator = packet_get_string(NULL);
1675 if (datafellows & SSH_BUG_X11FWD) {
1676 debug2("buggy server: x11 request w/o originator_port");
1677 originator_port = 0;
1678 } else {
1679 originator_port = packet_get_int();
1680 }
Damien Miller48b03fc2002-01-22 23:11:40 +11001681 packet_check_eom();
Damien Miller0bc1bd82000-11-13 22:57:25 +11001682 /* XXX check permission */
Damien Millerd83ff352001-01-30 09:19:34 +11001683 debug("client_request_x11: request from %s %d", originator,
1684 originator_port);
Damien Miller0bc1bd82000-11-13 22:57:25 +11001685 xfree(originator);
Ben Lindstrom99c73b32001-05-05 04:09:47 +00001686 sock = x11_connect_display();
1687 if (sock < 0)
1688 return NULL;
1689 c = channel_new("x11",
1690 SSH_CHANNEL_X11_OPEN, sock, sock, -1,
Damien Millerb1ca8bb2003-05-14 13:45:42 +10001691 CHAN_TCP_WINDOW_DEFAULT, CHAN_X11_PACKET_DEFAULT, 0, "x11", 1);
Ben Lindstrom944c4f02001-09-18 05:51:13 +00001692 c->force_drain = 1;
Damien Miller0bc1bd82000-11-13 22:57:25 +11001693 return c;
1694}
1695
Ben Lindstroma962c2f2002-07-04 00:14:17 +00001696static Channel *
Damien Miller0bc1bd82000-11-13 22:57:25 +11001697client_request_agent(const char *request_type, int rchan)
1698{
1699 Channel *c = NULL;
Ben Lindstrom99c73b32001-05-05 04:09:47 +00001700 int sock;
Damien Miller0bc1bd82000-11-13 22:57:25 +11001701
1702 if (!options.forward_agent) {
1703 error("Warning: ssh server tried agent forwarding.");
Darren Tucker4d5cd332008-06-13 04:51:14 +10001704 error("Warning: this is probably a break-in attempt by a "
1705 "malicious server.");
Damien Miller0bc1bd82000-11-13 22:57:25 +11001706 return NULL;
1707 }
Darren Tucker82a3d2b2007-02-19 22:10:25 +11001708 sock = ssh_get_authentication_socket();
Ben Lindstrom99c73b32001-05-05 04:09:47 +00001709 if (sock < 0)
1710 return NULL;
1711 c = channel_new("authentication agent connection",
1712 SSH_CHANNEL_OPEN, sock, sock, -1,
Darren Tucker5baa1702007-12-29 09:37:10 +11001713 CHAN_X11_WINDOW_DEFAULT, CHAN_TCP_PACKET_DEFAULT, 0,
Damien Millerb1ca8bb2003-05-14 13:45:42 +10001714 "authentication agent connection", 1);
Ben Lindstrom944c4f02001-09-18 05:51:13 +00001715 c->force_drain = 1;
Damien Miller0bc1bd82000-11-13 22:57:25 +11001716 return c;
1717}
1718
Damien Millerb3ce9fe2007-08-08 14:32:41 +10001719int
1720client_request_tun_fwd(int tun_mode, int local_tun, int remote_tun)
1721{
1722 Channel *c;
1723 int fd;
1724
1725 if (tun_mode == SSH_TUNMODE_NO)
1726 return 0;
1727
1728 if (!compat20) {
1729 error("Tunnel forwarding is not support for protocol 1");
1730 return -1;
1731 }
1732
1733 debug("Requesting tun unit %d in mode %d", local_tun, tun_mode);
1734
1735 /* Open local tunnel device */
1736 if ((fd = tun_open(local_tun, tun_mode)) == -1) {
1737 error("Tunnel device open failed.");
1738 return -1;
1739 }
1740
1741 c = channel_new("tun", SSH_CHANNEL_OPENING, fd, fd, -1,
1742 CHAN_TCP_WINDOW_DEFAULT, CHAN_TCP_PACKET_DEFAULT, 0, "tun", 1);
1743 c->datagram = 1;
1744
1745#if defined(SSH_TUN_FILTER)
1746 if (options.tun_open == SSH_TUNMODE_POINTOPOINT)
1747 channel_register_filter(c->self, sys_tun_infilter,
1748 sys_tun_outfilter);
1749#endif
1750
1751 packet_start(SSH2_MSG_CHANNEL_OPEN);
1752 packet_put_cstring("tun@openssh.com");
1753 packet_put_int(c->self);
1754 packet_put_int(c->local_window_max);
1755 packet_put_int(c->local_maxpacket);
1756 packet_put_int(tun_mode);
1757 packet_put_int(remote_tun);
1758 packet_send();
1759
1760 return 0;
1761}
1762
Damien Millerbd483e72000-04-30 10:00:53 +10001763/* XXXX move to generic input handler */
Ben Lindstrombba81212001-06-25 05:01:22 +00001764static void
Damien Miller630d6f42002-01-22 23:17:30 +11001765client_input_channel_open(int type, u_int32_t seq, void *ctxt)
Damien Millerbd483e72000-04-30 10:00:53 +10001766{
1767 Channel *c = NULL;
1768 char *ctype;
Damien Millerbd483e72000-04-30 10:00:53 +10001769 int rchan;
Ben Lindstrom4fed2be2002-06-25 23:17:36 +00001770 u_int rmaxpack, rwindow, len;
Damien Millerbd483e72000-04-30 10:00:53 +10001771
1772 ctype = packet_get_string(&len);
1773 rchan = packet_get_int();
1774 rwindow = packet_get_int();
1775 rmaxpack = packet_get_int();
1776
Damien Millere247cc42000-05-07 12:03:14 +10001777 debug("client_input_channel_open: ctype %s rchan %d win %d max %d",
Damien Millerbd483e72000-04-30 10:00:53 +10001778 ctype, rchan, rwindow, rmaxpack);
1779
Damien Miller0bc1bd82000-11-13 22:57:25 +11001780 if (strcmp(ctype, "forwarded-tcpip") == 0) {
1781 c = client_request_forwarded_tcpip(ctype, rchan);
1782 } else if (strcmp(ctype, "x11") == 0) {
1783 c = client_request_x11(ctype, rchan);
1784 } else if (strcmp(ctype, "auth-agent@openssh.com") == 0) {
1785 c = client_request_agent(ctype, rchan);
Damien Millerbd483e72000-04-30 10:00:53 +10001786 }
1787/* XXX duplicate : */
1788 if (c != NULL) {
1789 debug("confirm %s", ctype);
1790 c->remote_id = rchan;
1791 c->remote_window = rwindow;
1792 c->remote_maxpacket = rmaxpack;
Ben Lindstroma69d89b2001-05-09 00:01:18 +00001793 if (c->type != SSH_CHANNEL_CONNECTING) {
1794 packet_start(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION);
1795 packet_put_int(c->remote_id);
1796 packet_put_int(c->self);
1797 packet_put_int(c->local_window);
1798 packet_put_int(c->local_maxpacket);
1799 packet_send();
1800 }
Damien Millerbd483e72000-04-30 10:00:53 +10001801 } else {
1802 debug("failure %s", ctype);
1803 packet_start(SSH2_MSG_CHANNEL_OPEN_FAILURE);
1804 packet_put_int(rchan);
1805 packet_put_int(SSH2_OPEN_ADMINISTRATIVELY_PROHIBITED);
Ben Lindstromf3436742001-04-29 19:52:00 +00001806 if (!(datafellows & SSH_BUG_OPENFAILURE)) {
Ben Lindstroma69d89b2001-05-09 00:01:18 +00001807 packet_put_cstring("open failed");
Ben Lindstromf3436742001-04-29 19:52:00 +00001808 packet_put_cstring("");
1809 }
Damien Millerbd483e72000-04-30 10:00:53 +10001810 packet_send();
1811 }
1812 xfree(ctype);
1813}
Ben Lindstrombba81212001-06-25 05:01:22 +00001814static void
Damien Miller630d6f42002-01-22 23:17:30 +11001815client_input_channel_req(int type, u_int32_t seq, void *ctxt)
Ben Lindstrom5b828322001-02-09 01:34:36 +00001816{
1817 Channel *c = NULL;
Damien Miller0e220db2004-06-15 10:34:08 +10001818 int exitval, id, reply, success = 0;
Ben Lindstrom5b828322001-02-09 01:34:36 +00001819 char *rtype;
1820
1821 id = packet_get_int();
1822 rtype = packet_get_string(NULL);
1823 reply = packet_get_char();
1824
1825 debug("client_input_channel_req: channel %d rtype %s reply %d",
1826 id, rtype, reply);
1827
Damien Miller3bbd8782004-06-18 22:23:22 +10001828 if (id == -1) {
1829 error("client_input_channel_req: request for channel -1");
1830 } else if ((c = channel_lookup(id)) == NULL) {
Darren Tucker4d5cd332008-06-13 04:51:14 +10001831 error("client_input_channel_req: channel %d: "
1832 "unknown channel", id);
Damien Millerbab9bd42008-05-19 16:06:47 +10001833 } else if (strcmp(rtype, "eow@openssh.com") == 0) {
1834 packet_check_eom();
1835 chan_rcvd_eow(c);
Ben Lindstrom5b828322001-02-09 01:34:36 +00001836 } else if (strcmp(rtype, "exit-status") == 0) {
Damien Miller0e220db2004-06-15 10:34:08 +10001837 exitval = packet_get_int();
1838 if (id == session_ident) {
1839 success = 1;
1840 exit_status = exitval;
1841 } else if (c->ctl_fd == -1) {
1842 error("client_input_channel_req: unexpected channel %d",
1843 session_ident);
1844 } else {
1845 atomicio(vwrite, c->ctl_fd, &exitval, sizeof(exitval));
1846 success = 1;
1847 }
Damien Miller48b03fc2002-01-22 23:11:40 +11001848 packet_check_eom();
Ben Lindstrom5b828322001-02-09 01:34:36 +00001849 }
1850 if (reply) {
1851 packet_start(success ?
1852 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE);
Damien Miller3bbd8782004-06-18 22:23:22 +10001853 packet_put_int(id);
Ben Lindstrom5b828322001-02-09 01:34:36 +00001854 packet_send();
1855 }
1856 xfree(rtype);
1857}
Damien Millerc3fa4072002-01-22 23:21:58 +11001858static void
1859client_input_global_request(int type, u_int32_t seq, void *ctxt)
1860{
1861 char *rtype;
1862 int want_reply;
1863 int success = 0;
1864
1865 rtype = packet_get_string(NULL);
1866 want_reply = packet_get_char();
Damien Miller509b0102003-12-17 16:33:10 +11001867 debug("client_input_global_request: rtype %s want_reply %d",
1868 rtype, want_reply);
Damien Millerc3fa4072002-01-22 23:21:58 +11001869 if (want_reply) {
1870 packet_start(success ?
1871 SSH2_MSG_REQUEST_SUCCESS : SSH2_MSG_REQUEST_FAILURE);
1872 packet_send();
1873 packet_write_wait();
1874 }
1875 xfree(rtype);
1876}
Damien Millerbd483e72000-04-30 10:00:53 +10001877
Damien Miller0e220db2004-06-15 10:34:08 +10001878void
Darren Tuckerfc959702004-07-17 16:12:08 +10001879client_session2_setup(int id, int want_tty, int want_subsystem,
Damien Miller5771ed72008-05-19 15:35:33 +10001880 const char *term, struct termios *tiop, int in_fd, Buffer *cmd, char **env)
Damien Miller0e220db2004-06-15 10:34:08 +10001881{
1882 int len;
Darren Tucker5d78de62004-11-05 20:35:44 +11001883 Channel *c = NULL;
Damien Miller0e220db2004-06-15 10:34:08 +10001884
1885 debug2("%s: id %d", __func__, id);
1886
Darren Tucker5d78de62004-11-05 20:35:44 +11001887 if ((c = channel_lookup(id)) == NULL)
1888 fatal("client_session2_setup: channel %d: unknown channel", id);
1889
Damien Miller0e220db2004-06-15 10:34:08 +10001890 if (want_tty) {
1891 struct winsize ws;
Damien Miller0e220db2004-06-15 10:34:08 +10001892
1893 /* Store window size in the packet. */
1894 if (ioctl(in_fd, TIOCGWINSZ, &ws) < 0)
1895 memset(&ws, 0, sizeof(ws));
1896
Damien Miller5771ed72008-05-19 15:35:33 +10001897 channel_request_start(id, "pty-req", 1);
1898 client_expect_confirm(id, "PTY allocation", 0);
Damien Miller0e220db2004-06-15 10:34:08 +10001899 packet_put_cstring(term != NULL ? term : "");
Damien Miller71a73672006-03-26 14:04:36 +11001900 packet_put_int((u_int)ws.ws_col);
1901 packet_put_int((u_int)ws.ws_row);
1902 packet_put_int((u_int)ws.ws_xpixel);
1903 packet_put_int((u_int)ws.ws_ypixel);
Darren Tuckerdf189fb2008-06-08 12:55:32 +10001904 if (tiop == NULL)
1905 tiop = get_saved_tio();
1906 tty_make_modes(-1, tiop);
Damien Miller0e220db2004-06-15 10:34:08 +10001907 packet_send();
1908 /* XXX wait for reply */
Darren Tucker5d78de62004-11-05 20:35:44 +11001909 c->client_tty = 1;
Damien Miller0e220db2004-06-15 10:34:08 +10001910 }
1911
1912 /* Transfer any environment variables from client to server */
Damien Miller3756dce2004-06-18 01:17:29 +10001913 if (options.num_send_env != 0 && env != NULL) {
Damien Miller0e220db2004-06-15 10:34:08 +10001914 int i, j, matched;
Damien Miller0e220db2004-06-15 10:34:08 +10001915 char *name, *val;
1916
1917 debug("Sending environment.");
Damien Miller3756dce2004-06-18 01:17:29 +10001918 for (i = 0; env[i] != NULL; i++) {
Damien Miller0e220db2004-06-15 10:34:08 +10001919 /* Split */
Damien Miller3756dce2004-06-18 01:17:29 +10001920 name = xstrdup(env[i]);
Damien Miller0e220db2004-06-15 10:34:08 +10001921 if ((val = strchr(name, '=')) == NULL) {
Damien Miller0a0176e2005-11-05 15:07:59 +11001922 xfree(name);
Damien Miller0e220db2004-06-15 10:34:08 +10001923 continue;
1924 }
1925 *val++ = '\0';
1926
1927 matched = 0;
1928 for (j = 0; j < options.num_send_env; j++) {
1929 if (match_pattern(name, options.send_env[j])) {
1930 matched = 1;
1931 break;
1932 }
1933 }
1934 if (!matched) {
1935 debug3("Ignored env %s", name);
Damien Miller0a0176e2005-11-05 15:07:59 +11001936 xfree(name);
Damien Miller0e220db2004-06-15 10:34:08 +10001937 continue;
1938 }
1939
1940 debug("Sending env %s = %s", name, val);
1941 channel_request_start(id, "env", 0);
1942 packet_put_cstring(name);
1943 packet_put_cstring(val);
1944 packet_send();
Damien Miller0a0176e2005-11-05 15:07:59 +11001945 xfree(name);
Damien Miller0e220db2004-06-15 10:34:08 +10001946 }
1947 }
1948
1949 len = buffer_len(cmd);
1950 if (len > 0) {
1951 if (len > 900)
1952 len = 900;
1953 if (want_subsystem) {
Damien Miller5771ed72008-05-19 15:35:33 +10001954 debug("Sending subsystem: %.*s",
1955 len, (u_char*)buffer_ptr(cmd));
1956 channel_request_start(id, "subsystem", 1);
1957 client_expect_confirm(id, "subsystem", 1);
Damien Miller0e220db2004-06-15 10:34:08 +10001958 } else {
Damien Miller5771ed72008-05-19 15:35:33 +10001959 debug("Sending command: %.*s",
1960 len, (u_char*)buffer_ptr(cmd));
1961 channel_request_start(id, "exec", 1);
1962 client_expect_confirm(id, "exec", 1);
Damien Miller0e220db2004-06-15 10:34:08 +10001963 }
1964 packet_put_string(buffer_ptr(cmd), buffer_len(cmd));
1965 packet_send();
1966 } else {
Damien Miller5771ed72008-05-19 15:35:33 +10001967 channel_request_start(id, "shell", 1);
1968 client_expect_confirm(id, "shell", 1);
Damien Miller0e220db2004-06-15 10:34:08 +10001969 packet_send();
1970 }
1971}
1972
Ben Lindstrombba81212001-06-25 05:01:22 +00001973static void
Ben Lindstrom31ca54a2001-02-09 02:11:24 +00001974client_init_dispatch_20(void)
Damien Miller1383bd82000-04-06 12:32:37 +10001975{
Ben Lindstrom8ac91062001-04-04 17:57:54 +00001976 dispatch_init(&dispatch_protocol_error);
Damien Miller2797f7f2002-04-23 21:09:44 +10001977
Damien Miller1383bd82000-04-06 12:32:37 +10001978 dispatch_set(SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose);
1979 dispatch_set(SSH2_MSG_CHANNEL_DATA, &channel_input_data);
1980 dispatch_set(SSH2_MSG_CHANNEL_EOF, &channel_input_ieof);
1981 dispatch_set(SSH2_MSG_CHANNEL_EXTENDED_DATA, &channel_input_extended_data);
Damien Millerbd483e72000-04-30 10:00:53 +10001982 dispatch_set(SSH2_MSG_CHANNEL_OPEN, &client_input_channel_open);
Damien Miller1383bd82000-04-06 12:32:37 +10001983 dispatch_set(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation);
1984 dispatch_set(SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure);
Ben Lindstrom5b828322001-02-09 01:34:36 +00001985 dispatch_set(SSH2_MSG_CHANNEL_REQUEST, &client_input_channel_req);
Damien Miller1383bd82000-04-06 12:32:37 +10001986 dispatch_set(SSH2_MSG_CHANNEL_WINDOW_ADJUST, &channel_input_window_adjust);
Damien Millerb84886b2008-05-19 15:05:07 +10001987 dispatch_set(SSH2_MSG_CHANNEL_SUCCESS, &channel_input_status_confirm);
1988 dispatch_set(SSH2_MSG_CHANNEL_FAILURE, &channel_input_status_confirm);
Damien Millerc3fa4072002-01-22 23:21:58 +11001989 dispatch_set(SSH2_MSG_GLOBAL_REQUEST, &client_input_global_request);
Ben Lindstrom8ac91062001-04-04 17:57:54 +00001990
1991 /* rekeying */
1992 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit);
Damien Miller2797f7f2002-04-23 21:09:44 +10001993
1994 /* global request reply messages */
1995 dispatch_set(SSH2_MSG_REQUEST_FAILURE, &client_global_request_reply);
1996 dispatch_set(SSH2_MSG_REQUEST_SUCCESS, &client_global_request_reply);
Damien Miller1383bd82000-04-06 12:32:37 +10001997}
Darren Tucker4d5cd332008-06-13 04:51:14 +10001998
Ben Lindstrombba81212001-06-25 05:01:22 +00001999static void
Ben Lindstrom31ca54a2001-02-09 02:11:24 +00002000client_init_dispatch_13(void)
Damien Millerb38eff82000-04-01 11:09:21 +10002001{
2002 dispatch_init(NULL);
2003 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_close);
2004 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, &channel_input_close_confirmation);
2005 dispatch_set(SSH_MSG_CHANNEL_DATA, &channel_input_data);
Damien Millerb38eff82000-04-01 11:09:21 +10002006 dispatch_set(SSH_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation);
2007 dispatch_set(SSH_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure);
2008 dispatch_set(SSH_MSG_PORT_OPEN, &channel_input_port_open);
Damien Millerb38eff82000-04-01 11:09:21 +10002009 dispatch_set(SSH_SMSG_EXITSTATUS, &client_input_exit_status);
2010 dispatch_set(SSH_SMSG_STDERR_DATA, &client_input_stderr_data);
2011 dispatch_set(SSH_SMSG_STDOUT_DATA, &client_input_stdout_data);
Damien Miller69b69aa2000-10-28 14:19:58 +11002012
2013 dispatch_set(SSH_SMSG_AGENT_OPEN, options.forward_agent ?
Darren Tucker5dcdd212003-10-02 16:17:00 +10002014 &client_input_agent_open : &deny_input_open);
Damien Miller69b69aa2000-10-28 14:19:58 +11002015 dispatch_set(SSH_SMSG_X11_OPEN, options.forward_x11 ?
2016 &x11_input_open : &deny_input_open);
Damien Millerb38eff82000-04-01 11:09:21 +10002017}
Darren Tucker4d5cd332008-06-13 04:51:14 +10002018
Ben Lindstrombba81212001-06-25 05:01:22 +00002019static void
Ben Lindstrom31ca54a2001-02-09 02:11:24 +00002020client_init_dispatch_15(void)
Damien Millerb38eff82000-04-01 11:09:21 +10002021{
2022 client_init_dispatch_13();
2023 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_ieof);
2024 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, & channel_input_oclose);
2025}
Darren Tucker4d5cd332008-06-13 04:51:14 +10002026
Ben Lindstromdb47f382001-07-04 05:10:27 +00002027static void
Ben Lindstrom31ca54a2001-02-09 02:11:24 +00002028client_init_dispatch(void)
Damien Millerb38eff82000-04-01 11:09:21 +10002029{
Damien Miller1383bd82000-04-06 12:32:37 +10002030 if (compat20)
2031 client_init_dispatch_20();
2032 else if (compat13)
Damien Millerb38eff82000-04-01 11:09:21 +10002033 client_init_dispatch_13();
2034 else
2035 client_init_dispatch_15();
2036}
Darren Tucker9a2c4cd2003-09-22 21:16:05 +10002037
2038/* client specific fatal cleanup */
2039void
Darren Tucker3e33cec2003-10-02 16:12:36 +10002040cleanup_exit(int i)
Darren Tucker9a2c4cd2003-09-22 21:16:05 +10002041{
Darren Tucker9a2c4cd2003-09-22 21:16:05 +10002042 leave_raw_mode();
2043 leave_non_blocking();
Damien Millerb1cbfa22008-05-19 16:00:08 +10002044 if (options.control_path != NULL && muxserver_sock != -1)
Damien Miller0e220db2004-06-15 10:34:08 +10002045 unlink(options.control_path);
Darren Tucker3e33cec2003-10-02 16:12:36 +10002046 _exit(i);
Darren Tucker9a2c4cd2003-09-22 21:16:05 +10002047}