What's my normal (non-root) user's SSH password

It’s more complicated than that.

Each user would need a home directory (presumably) defined.

You’d need to modify the ssh_config file to allow other users.

You’d possibly need to worry about “trustee” configuration of other users’ files.

etc.