Matt Johnston wrote:
On Mon, Oct 23, 2006 at 08:45:53AM +0200, fredrik wrote:
In my example, i've startw sshd on port 2222 with my standard
sshd_config using the command '/usr/sbin/sshd -dd -D -p 2222 -f
/etc/ssh/sshd_config'. In my Linksys router I then tried to login to the
server with the command 'ssh -p 2222 [EMAIL PROTECTED]'
You'll have to specify the path to the private key on the
router, something like
ssh -p 2222 -i ~/.ssh/mykey [EMAIL PROTECTED]
Does that work?
Cheers,
Matt
Ahh. That was the trick..
/FredrikW