fuzz: Add ProxyJump misconfiguration cases to ssh_client_config_fuzzer_corpus

This commit adds test cases to catch issues where ProxyJump configurations lead to infinite loops or incorrect username usage, as reported in issue #287, and issue #291

Signed-off-by: Yuvraj Saxena <ysaxenax@gmail.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Yuvraj Saxena
2025-03-29 19:32:54 +05:30
committed by Jakub Jelen
parent a93e84efb9
commit d02163546d
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Host ssh-host
Hostname 10.1.1.1
Host 10.1.1.* 10.1.20.*
ProxyJump ssh-host

View File

@@ -0,0 +1,7 @@
Host jumpbox
User oliverw
Hostname jumpbox.example.org
Host myserver.example.org
Hostname 1.2.3.4
ProxyJump jumpbox