First post, by ubercoder
I thought I'd try to get my Amstrad PPC 512 to earn its keep by using it as a terminal to manage my various headless Rasperberry Pi based projects as well as my Linux Mint gaming rig(just for fun!)...sofar without success.
The PPC has an add-on board to provide 3 8-bit ISA soclets from its built in 'Expansion Ports', into which is fited a PicoMEM card. Among other things, the PicoMEM provides a 'software' WIFI card. This is up & running and the PCC has its IP address.
I'm using the mTCP suite of networking tools, and have been able to Ping my Linux Mint machine. mTCP also includes a (very) basic web server, and using this I've been able to pull a test HTML page from the PPC to Chrome on the LM box. The bottom line being that the PPC and the Linux machine can see each other across the network.
This is where success stops. I've installed ssh2doc on the PPC. I've edited its config file to provide the PPC's IP address (etc..) as well as the PicoMEM Wifi Card's software interupt. However, when I call run ssh2dos, it ends up stopping with the message:
Remote host closed connectionTimeout, aborting
This happens whether the remote Linux machine's firewall is on or off. Additionally, I know the ssh server is runningon the remote machione as I can open an ssh session on it from my phone.
My assumption therefore is that the issue lies in how I have ssh2dos configured...
Has anyone managed to get something like this running...?? Maybe a different tool on the PPC end...? I have tried mTCP's Telnet client, but don't seem to be able to get my Linux box to run its telnet server...
cheers
P.