SSHRD_Script icon indicating copy to clipboard operation
SSHRD_Script copied to clipboard

SSH does not open - random

Open danio0701 opened this issue 3 years ago • 1 comments

I noticed in many devices that very often SSH does not open and need repeat booting files process so it works after second or third attempt. There are devices as well where everything works at first shoot.

Any ideas where problem is?

danio0701 avatar Oct 20 '22 07:10 danio0701

Run the following commands as root on the system connected to the ios device

  1. # nmap <ios device ip>
  2. # netstat -an --program

to see if the ssh tcp ports are open in the first place.

iDev27 avatar Jun 19 '23 08:06 iDev27