I am trying to use an SSH agent item to log in to a Sonicwall firewall and fetch some data. I am struggling to even connect at all. According to a packet capture on the firewall, no connection is even attempted. Yes, I can ssh to the target from the proxy without issue.
Key:
ssh.run[snwlblob]
note - no options actually set.
Auth method: Password.
User/pass are both usermacros.
Error is: "Cannot set SSH session options: Invalid argument in ssh_options_set"
Logs from proxy:
27225:20250711:180435.892 In get_value() key:'ssh.run[snwlblob]'
27225:20250711:180435.892 In ssh_run()
27225:20250711:180435.892 End of ssh_run():NOTSUPPORTED
27225:20250711:180435.892 Item [:ssh.run[snwlblob]] error: Cannot set SSH session options: Invalid argument in ssh_options_set
AFAICT I have the only mandatory option set - the description. All others are optional. So why is it complaining?
Why a proxy? Because I could not work out which subsystem to increase the debug level for in order to see what the server is doing. So I have spun up a proxy just for this!
Key:
ssh.run[snwlblob]
note - no options actually set.
Auth method: Password.
User/pass are both usermacros.
Error is: "Cannot set SSH session options: Invalid argument in ssh_options_set"
Logs from proxy:
27225:20250711:180435.892 In get_value() key:'ssh.run[snwlblob]'
27225:20250711:180435.892 In ssh_run()
27225:20250711:180435.892 End of ssh_run():NOTSUPPORTED
27225:20250711:180435.892 Item [:ssh.run[snwlblob]] error: Cannot set SSH session options: Invalid argument in ssh_options_set
AFAICT I have the only mandatory option set - the description. All others are optional. So why is it complaining?
Why a proxy? Because I could not work out which subsystem to increase the debug level for in order to see what the server is doing. So I have spun up a proxy just for this!
Comment