search for: parse_server_match_config

Displaying 4 results from an estimated 4 matches for "parse_server_match_config".

2012 May 17
2
New Subsystem criteria for Match option block in OpenSSH server
...====================================================================== diff -r /home/qnicmut/Projects/OpenSSH-Portable/openssh-6.0p1/auth.c src/auth.c =============================================================================== 546a547 > ConnectionInfo connection_info; 548,549c549,554 < parse_server_match_config(&options, user, < get_canonical_hostname(options.use_dns), get_remote_ipaddr()); --- > connection_info.user = user; > connection_info.host = get_canonical_hostname(options.use_dns); > connection_info.address = get_remote_ipaddr(); > connection_info.subsystem = NULL; >...
2006 Mar 29
7
sshd config parser
Hi All. For various reasons, we're currently looking at extending (or even overhauling) the config parser used for sshd_config. Right now the syntax I'm looking at is a cumulative "Match" keyword that matches when all of the specified criteria are met. This would be similar the the Host directive used in ssh_config, although it's still limiting (eg you can't easily
2014 Jun 06
1
Patch: Ciphers, MACs and KexAlgorithms on Match
...+1919,10 @@ main(int ac, char **av) verbose("Connection from %s port %d on %s port %d", remote_ip, remote_port, get_local_ipaddr(sock_in), get_local_port()); + + /* Match configuration against the connection */ + connection_info = get_connection_info(1, options.use_dns); + parse_server_match_config(&options, connection_info); /* * We don't want to listen forever unless the other side Index: sshd_config.5 =================================================================== RCS file: /cvs/src/usr.bin/ssh/sshd_config.5,v retrieving revision 1.173 diff -u -p -u -r1.173 sshd_config.5...
2020 Jun 11
2
pointer subtraciton on arm for 8.3p1
...sh.com,sk-ecdsa-sha2-nistp256-cert-v01 at openssh.com") at kex.c:291 #8 0x7f663964 in assemble_algorithms (o=0x7f75aec0 <options>) at servconf.c:229 #9 0x7f66ba44 in copy_set_server_options (dst=0x7f75aec0 <options>, src=0xbecbf3a8, preauth=0) at servconf.c:2546 #10 0x7f66a418 in parse_server_match_config (options=0x7f75aec0 <options>, includes=0x7f759050 <includes>, connectinfo=0x7f759b10 <ci>) at servconf.c:2428 #11 0x7f6721ac in getpwnamallow (ssh=0x7fff8a88, user=0x7ffeeab0 "root") at auth.c:575 #12 0x7f688d34 in mm_answer_pwnamallow (ssh=0x7fff8a88, sock=6, m=0x7fffa...