Hi guys. I am doing Granny in another diferent way. I sent a plink.exe binarie to machine and trying to connect remotely. The command I used is plink.exe -l root -pw -R 445:127.0.0.1:445 but I get the error “FATAL ERROR: Network error: Connection timed out”, with -v I can see is trying to connect, but never does. Any idea? I saw a video-writeup doing in this way and is perfectly possible. My /etc/ssh/sshd_config is edited to PermitRootLogin yes
Well, there are two things that you can try, first run tcpdump on you machine to see if the packets are really coming to your network, and the other try to change the destination port in the plink command, something like […] -R 4445:127.0.0.1:445
Also try a simple -ssh login to your pc in order with no port forwarding, just to debug whats happening.