Oh, no doubt SSH is slow, connecting to an A/UX host. You can't use root, though. Must be a non-root user.
https://github.com/unxmaal/aux_sdcard#enabling-ssh
From our project page:
Add a non-root user
Code:
adduser -h /users/newusername newusername
Set a password for the new user
Edit /etc/rc, and uncomment the line at the bottom for starting sshd
Reboot, or start sshd manually
From another host, ssh yournewuser@yourauxbox
It will always take a long time to authenticate you.
(my edit: it's probably 90 seconds... I imagine if it took much more, like on a 16 MHz SE/30, that the connection might very well time out)
The hard work was done by @unxmaal and me - troubleshooting the sshd service, entropy pool, rng, etc so your A/UX knows how to do math when a remote client connects.