Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I successfully got SSH working, but only repeatedly through the root user. If I log in as another user, I'm prompted for the special key combination every time. After I enter it, I can't run the save-passwd.sh script since it requires root permissions; I'm not sure if this is the problem.
How can I set up SSH to work with non-root users without the special-character prompt?
Thanks.
Offline
You probably need to change the login shell for the non-root users.
See the ffp howto on the wiki, particularly the section "Shells".
Something like (as root):
chsh -s /ffp/bin/sh username store-passwd.sh
Offline