sshdump not connecting to udm pro
Hi, I´ve been sitting here all night long trying to get wireshark to connect to the unify dream machine pro via ssh. I can login through all different means (powershell, putty, from other linux server), but wireshark doesn´t work. I can login to other devices via wireshark, but always get errors when I try to login to UDM pro. I´ve also updated libssl and tried Wireshark both on a windows machine, through the linuxserver-docker and a linux-vm.
Here are the logs I get when trying to connect:
(sshdump:1717) 03:03:07.103846 [Capchild INFO] -- Opening ssh connection to [email protected]:22
(sshdump:1717) 03:03:07.182810 [Extcap INFO] extcap/ssh-base.c:130 -- create_ssh_connection(): Connecting using password...
(sshdump:1717) 03:03:07.233358 [Extcap INFO] extcap/ssh-base.c:135 -- create_ssh_connection(): failed
(sshdump:1717) 03:03:07.233458 [Extcap INFO] extcap/ssh-base.c:144 -- create_ssh_connection(): Connecting using standard public key...
(sshdump:1717) 03:03:07.233534 [Extcap INFO] extcap/ssh-base.c:149 -- create_ssh_connection(): failed
(sshdump:1717) 03:03:07.233687 [sshdump WARNING] extcap/sshdump.c:249 -- ssh_open_remote_connection(): Error creating connection.
(sshdump:1717) 03:03:07.233742 [sshdump WARNING] extcap/sshdump.c:270 -- ssh_open_remote_connection(): Can't find a valid authentication. Disconnecting
Any ideas what the issue can be?
Have you tried capturing a good login (from linux command line) and failed login (sshdump) in Wireshark and comparing the login conversations?
I'm having the same issue. Did you ever find the solution?