iDev27

Results 5 comments of iDev27

Please post more information. What device / version are you using ? What is the ramdisk ios version ? What command you are running and what error message you encounter...

Edit the first line of `sshrd.sh` from `#!/usr/bin/env sh` to `#!/usr/bin/env sh -x` and run it. The failing command in the shell script should be visible. You can post the...

What are the permissions for the file `Linux/gaster` ?

Run the following commands as root on the system connected to the ios device 1. `# nmap ` 2. `# netstat -an --program` to see if the ssh tcp ports...

As the message says, port 2222 is already being used by another process ( which in this case might be a process started in the previous invocation of `./sshrd.sh` script...