diff options
Diffstat (limited to 'ssh.c')
-rw-r--r-- | ssh.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh.c,v 1.383 2013/10/14 23:28:23 djm Exp $ */ | 1 | /* $OpenBSD: ssh.c,v 1.384 2013/10/14 23:31:01 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -807,7 +807,7 @@ main(int ac, char **av) | |||
807 | /* Open a connection to the remote host. */ | 807 | /* Open a connection to the remote host. */ |
808 | if (ssh_connect(host, &hostaddr, options.port, | 808 | if (ssh_connect(host, &hostaddr, options.port, |
809 | options.address_family, options.connection_attempts, &timeout_ms, | 809 | options.address_family, options.connection_attempts, &timeout_ms, |
810 | options.tcp_keep_alive, | 810 | options.tcp_keep_alive, |
811 | #ifdef HAVE_CYGWIN | 811 | #ifdef HAVE_CYGWIN |
812 | options.use_privileged_port, | 812 | options.use_privileged_port, |
813 | #else | 813 | #else |
@@ -1079,7 +1079,7 @@ ssh_init_stdio_forwarding(void) | |||
1079 | 1079 | ||
1080 | if (stdio_forward_host == NULL) | 1080 | if (stdio_forward_host == NULL) |
1081 | return; | 1081 | return; |
1082 | if (!compat20) | 1082 | if (!compat20) |
1083 | fatal("stdio forwarding require Protocol 2"); | 1083 | fatal("stdio forwarding require Protocol 2"); |
1084 | 1084 | ||
1085 | debug3("%s: %s:%d", __func__, stdio_forward_host, stdio_forward_port); | 1085 | debug3("%s: %s:%d", __func__, stdio_forward_host, stdio_forward_port); |
@@ -1251,7 +1251,7 @@ ssh_session(void) | |||
1251 | char *proto, *data; | 1251 | char *proto, *data; |
1252 | /* Get reasonable local authentication information. */ | 1252 | /* Get reasonable local authentication information. */ |
1253 | client_x11_get_proto(display, options.xauth_location, | 1253 | client_x11_get_proto(display, options.xauth_location, |
1254 | options.forward_x11_trusted, | 1254 | options.forward_x11_trusted, |
1255 | options.forward_x11_timeout, | 1255 | options.forward_x11_timeout, |
1256 | &proto, &data); | 1256 | &proto, &data); |
1257 | /* Request forwarding with authentication spoofing. */ | 1257 | /* Request forwarding with authentication spoofing. */ |