Displaying 1 result from an estimated 1 matches for "proxy_none".
Did you mean:
prot_none
2003 Apr 14
1
OpenSSH 3.6.1p1 "Proxy-None" patch
...x *is* user friendly. It's just a bit picky about its friends"
-------------- next part --------------
*** sshconnect.c Mon Dec 23 03:06:20 2002
--- sshconnect.c.patch Mon Apr 14 14:52:20 2003
***************
*** 47,52 ****
--- 47,56 ----
#define INET6_ADDRSTRLEN 46
#endif
+ #ifndef PROXY_NONE
+ #define PROXY_NONE "None\n"
+ #endif
+
static int show_other_keys(const char *, Key *);
/*
***************
*** 258,264 ****
port = SSH_DEFAULT_PORT;
}
/* If a proxy command is given, connect using it. */
! if (proxy_command != NULL)
return ssh_proxy_connect(host,...