Hi there, i have just replaced my pi0 for pi 3, I can connect fine through my pc via SSH but when i try to connect from my App on phone (Simple SSH) it just refuses connection. - Actually says “connection failed”
Could not connec to pi3 (thats the host name)
Reason: failed establhing socket connection
I have rebuilt it from scratched the same thing is happening.
Plugged my Pi0 back in and i can connect perfectly fine…
On my Pi3 i have only installed SSH/Cron/Tranmissiong and just installed flexget didn work before that either.
any ideas? is there a block for non PC connections on Pi3?
very confused…
Things if it helps:
https://paste.osmc.tv/vofoxemade
osmc@pi3:~$ sudo netstat -tulnp | grep :22
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 368/sshd
tcp6 0 0 :::22 :::* LISTEN 368/sshd
osmc@pi3:~$ ifconfig
eth0: flags=-28669<UP,BROADCAST,MULTICAST,DYNAMIC> mtu 1500
ether b8:27:eb:71:71:82 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1000 (Local Loopback)
RX packets 34 bytes 4382 (4.2 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 34 bytes 4382 (4.2 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC> mtu 1500
inet 192.168.0.203 netmask 255.255.255.0 broadcast 192.168.0.255
ether b8:27:eb:24:24:d7 txqueuelen 1000 (Ethernet)
RX packets 33915 bytes 27769275 (26.4 MiB)
RX errors 0 dropped 1859 overruns 0 frame 0
TX packets 16440 bytes 2712628 (2.5 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
osmc@pi3:~$ ifconfig
eth0: flags=-28669<UP,BROADCAST,MULTICAST,DYNAMIC> mtu 1500
ether b8:27:eb:71:71:82 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1000 (Local Loopback)
RX packets 34 bytes 4382 (4.2 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 34 bytes 4382 (4.2 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC> mtu 1500
inet 192.168.0.203 netmask 255.255.255.0 broadcast 192.168.0.255
ether b8:27:eb:24:24:d7 txqueuelen 1000 (Ethernet)
RX packets 34005 bytes 27778708 (26.4 MiB)
RX errors 0 dropped 1871 overruns 0 frame 0
TX packets 16493 bytes 2724900 (2.5 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
osmc@pi3:~$ cat /etc/ssh/sshd_config | paste-log
https://paste.osmc.tv/vofoxemade
osmc@pi3:~$ sudo netstat -tulnp | grep :22
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 368/sshd
tcp6 0 0 :::22 :::* LISTEN 368/sshd
osmc@pi3:~$ ifconfig
eth0: flags=-28669<UP,BROADCAST,MULTICAST,DYNAMIC> mtu 1500
ether b8:27:eb:71:71:82 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1000 (Local Loopback)
RX packets 34 bytes 4382 (4.2 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 34 bytes 4382 (4.2 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC> mtu 1500
inet 192.168.0.203 netmask 255.255.255.0 broadcast 192.168.0.255
ether b8:27:eb:24:24:d7 txqueuelen 1000 (Ethernet)
RX packets 34970 bytes 27893611 (26.6 MiB)
RX errors 0 dropped 2010 overruns 0 frame 0
TX packets 16859 bytes 2810435 (2.6 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Please help ----------------