Cannot use SSH key from WAN

  • I made a SSH key
  • I disabled password for login
  • It works on LAN
  • Works on all other interfaces I can test

I get this from WAN:

Sat Nov 14 23:57:54 2020 authpriv.info dropbear[2683]: Child connection from xxx.xxx.xxx.xxx:33870
Sat Nov 14 23:57:55 2020 authpriv.info dropbear[2683]: Exit before auth from <xxx.xxx.xxx.xxx:33870>: Exited normally

:confused: :question:

uci export dropbear ?

1 Like
package dropbear

config dropbear
        option PasswordAuth 'on'
        option Port '22'
        option RootPasswordAuth 'off'
        option GatewayPorts 'on'
1 Like

Your config is working fine on my router.
Check if the client has the correct key, if it's sending the correct user.

2 Likes

So after a lot of testing...it seems it's the app...

  • I used another device from WAN...works!
  • I edited the working entry to use the WAN address...it worked! :smile:
  • I deleted both entries and set them up again...neither worked! :frowning_face:

So...anyone know a good SSH client for Android? :laughing:

Also, web searching:

I personally get this error:

The server hostkey was not accepted by the verifier callback.
Unknown key type rsa-sha2-256

1 Like

I'm currently using JuiceSSH, and it works with OpenWrt.

2 Likes

So, you use the paid version, correct?
It seems that importing keys is a US $4.99 feature... :laughing:

Interesting... :thinking:

(I'm trying to remember why I switched from JuiceSSH to connectbot in the past...)

No, i haven't paid a dime, and I use my keys to connect (password logins are disabled on WAN)...

2 Likes

I use Admin Hands.
ssh and sftp amongst others. Works well and is free with a limited number of defined hosts. Unlimited hosts on the paid version, never needed it though, I just delete the least used to add a new one if needed.

1 Like

Thanks, I love the look...seem moving apps closes all sessions...then I wondered...how do I do SSH Tunnels... :thinking:

Aaah! I misread the columns on the "Learn more about pro features" button...I'll check it out...

Oh...I do read that SSH Tunnels is paid tho...oh well! :smile:

I also have some entries that appear to work. Hopefully they fix this SHA2-256 thing with an update to connectbot.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.