Page 1 of 1

Getting ssh RSA authentication to work

Posted: Tue Apr 13, 2004 6:19 am
by trixter
I am trying to configure ssh on my xbox to work using RSA key authentication. I used Puttygen to generate a public/private key pair. I put the public key in /etc/ssh/ssh_host_rsa_key.pub on my xbox. However, when I try to log into my xbox using the ssh private key file stored locally on my PC I get an error message saying:

Using username "root".
Server refused our key
Access denied
Server refused our key

How do I configure RSA or DSA key authorization on my xbox? Thanks.

Posted: Wed May 05, 2004 10:04 pm
by Bucko
Why would you want to do this, im interesting :) not sure how to fix your problem though.

Posted: Thu May 13, 2004 9:02 am
by trixter
I run an apache web server on my xbox. I also have linux running on my desktop PC. On my desktop PC I have an apache web monitor program running in the background which allows me to see instantly, in real time, who is logged into my website. The only problem is that everytime I boot up linux on my desktop PC I have to enter the ssh password to get access to the apache log file on the xbox via ssh. No big deal I guess, but I know there is supposed to be a way to do it so that the ssh will automatically authenticate.

Posted: Thu May 13, 2004 5:25 pm
by Bucko
Cool.