Quote:
Originally Posted by nanos
hi, I've usbnet-0.7.N installed by https://www.mobileread.com/forums/sho...d.php?t=186645, then I unzip ssh.zip in the /mnt/us/export (I made the export dir because missed).
But... if I try from kterm to use ssh the command is not present, if I try to execute the program from /mnt/us/export/ssh/bin the shell prompt that the Connection refused.
What I wrong?
Thank
|
Well... connection refused means that a) the ssh (client) program is actually executing correctly, and b) that you're trying to connect to a machine which does not run an SSH server... (or has its firewall configured to disallow connections from the client). Make sure that an SSH server is actually running and reachable on your target machine.