| If, like me, you don't read the release notes, be advised that for fw >= 0.3.3, the ssh port is on 2222, rather than the default 22. So, to ssh to the router: ssh -p 2222 root@IP_address and don't forget that the scp command uses the -P option, as in: scp -P 2222 file_to_send root@IP_address   robert |