search for: ssh_max_hosts_files

Displaying 2 results from an estimated 2 matches for "ssh_max_hosts_files".

2012 Feb 12
0
PATCH: multiple BindAddress
...nssh-5.9p1/readconf.h --- orig/openssh-5.9p1/readconf.h 2011-05-29 14:42:33.000000000 +0300 +++ openssh-5.9p1/readconf.h 2012-02-12 16:05:42.450092058 +0200 @@ -27,8 +27,12 @@ typedef struct { } Forward; /* Data structure for representing option data. */ -#define MAX_SEND_ENV 256 -#define SSH_MAX_HOSTS_FILES 256 +#define MAX_SEND_ENV 256 +#define SSH_MAX_HOSTS_FILES 256 +#define SSH_MAX_BIND_ADDRESSES 8 /* 16 addresses, should be enough */ + +#define SSH_BIND_ADDRESS_ANY "any" /* any address mark, used in configuration file */ +#define SSH_BIND_ADDRESS_ANYlen strlen(SSH_BIND_ADDRESS_ANY...
2013 Oct 07
4
Feature request: FQDN Host match
Hello! I'm hoping that Gmail won't HTML format this mail so that I'll get flamed :) Anyway, my question relates to ssh_config. The problem I find is that the Host pattern is only applied to the argument given on the command line, as outlined in the man page: "The host is the hostname argument given on the command line (i.e. the name is not converted to a canonicalized host name