search for: test_host

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

Did you mean: dest_host
2012 May 17
2
New Subsystem criteria for Match option block in OpenSSH server
...t; with multiple =============================================================================== diff -r /home/qnicmut/Projects/OpenSSH-Portable/openssh-6.0p1/sshd.c src/sshd.c =============================================================================== 1323d1322 < char *test_user = NULL, *test_host = NULL, *test_addr = NULL; 1325c1324 < char *line, *p, *cp; --- > char *line; 1330a1330 > ConnectionInfo connection_info; 1359a1360,1362 > connection_info.address = connection_info.host = > connection_info.subsystem = > connection_info.user = NULL; > 1452,1465c1455,1456...