Hi
I don't really understand why I am not able to access Linino (OpenWrt-Yun) from the WEB over DynDns with ssh.
What is working:
If I connect to Linino by ssh in the local network:
ssh root@192.168.1.20
root@192.168.1.20's password:
BusyBox v1.19.4 (2014-04-10 11:08:41 CEST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
root@Yun:~#
Everything is great. I have connection to the Linux-System.
But if i try to connect over the web by using the DynDns:
ssh root@abc.dyndns.org
root@abc.dyndns.org's password:
Permission denied, please try again.
root@abc.dyndns.org's password:
so on...
I don't get a connection to the Yun.
- YES, I am sure to type the right passwort
- YES, the port forwarding works (other device are also reachable)
- YES, I tried to disable the firewall from the Linux (OpenWRT)
- YES, I tried to make different configuration (via configfiles and Luci-Webinterface ---> I learned a lot the last days
)