search for: conninfo

Displaying 1 result from an estimated 1 matches for "conninfo".

Did you mean: confinfo
2012 May 17
2
New Subsystem criteria for Match option block in OpenSSH server
...66c701,702 < if (user != NULL) --- > > if (ci != NULL) 667a704 > 713,714c750 < const char *filename, int linenum, int *activep, const char *user, < const char *host, const char *address) --- > const char *filename, int linenum, int *activep, ConnectionInfo > *conninfo) 745c781 < if (user == NULL) { --- > if (conninfo == NULL) { 1316c1352,1354 < value = match_cfg_line(&cp, linenum, user, host, address); --- > > value = match_cfg_line(&cp, linenum, conninfo); > 1454,1455c1492 < parse_server_match_config(ServerOptions *options,...