Ask Your Question
0

sshdump not connecting to udm pro

asked 2023-10-30 02:12:55 +0000

nolimits2k gravatar image

updated 2023-10-30 12:13:24 +0000

grahamb gravatar image

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?

edit retag flag offensive close merge delete

Comments

Have you tried capturing a good login (from linux command line) and failed login (sshdump) in Wireshark and comparing the login conversations?

Chuckc gravatar imageChuckc ( 2023-10-30 15:55:48 +0000 )edit

I'm having the same issue. Did you ever find the solution?

TheITGuy gravatar imageTheITGuy ( 2023-12-21 18:19:06 +0000 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2024-01-25 18:05:23 +0000

This worked for me.

solution is to...

SSH to UDM Pro vi /etc/ssh/sshd_config Change the "PasswordAuthentication no" to "PasswordAuthentication yes" ESC :wq reboot the console

Credit to https://community.ui.com/questions/ss...

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2023-10-30 02:12:55 +0000

Seen: 488 times

Last updated: Jan 25