On Tuesday, 2015-06-09 at 07:25:53 +0000, Luca Bertoncello wrote:

> Unfortunately SSH on OpenWRT does not support the -v option, so I can't see
> any useful message... :(

First, try using telnet to connect to the sshd to see if you get any
connection:

telnet frodo.lucabert.intra 22

You should see something like thsi:
SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-8

Just type return to exit.

If the other end has a regular sshd, try starting it in debugging mode
on a different port (preferably one that goes through your firewall)
like this:

sshd -d -d -d -p 2222

With luck, you can see why the connection is rejected.

HTH,
Lupe C
-- 
| “What I stated was, that the Conservative party was, by the law of its |
| constitution, necessarily the stupidest party. Now, I do not retract   |
| this assertion; but I did not mean that Conservatives are generally    |
| stupid; I meant, that stupid persons are generally Conservative.”      |
| John Stuart Mill                                                       |
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to