[ale] Two SSH access questions

Michael D. Hirsch mhirsch at nubridges.com
Tue Mar 2 10:10:33 EST 2004


On Tuesday 02 March 2004 09:45 am, John Mills wrote:
> ALErs -
>
> I keep stumbling setting up two SSH options, and I wondered if there are
> simply disabled in my configuration settings.
>
> The functions I can't seem to use are:
>  1) RSA authorization so allow direct login with the client user's RSA
>     key stored in his/her directory, and

Is there a reason you specifically want RSA and not DSA?  RSA is only in 
protocol 1, I beleive.  You should make sure that your server is configured 
for protocol 1.

For RSA, but the public key in the file $HOME/.ssh/authorized_keys on the 
server system.

If you use protocol 2 (recommended) put the public dsa key in 
$HOME/.ssh/authorized_keys2 (the documentation forgets to mention the final 2 
in the filename).

Make sure that the private keys and the authorized_keys files all have 600 
permissions.

>  2) Exporting the X11 $DISPLAY to the user's external login, i.e.:
>     $ ssh -X <remote_host>

What happens when you do this?  Try 
$ ssh -v -X <remote_host>

You can turn off X in the /etc/ssh/sshd.conf file, so look there first.

Michael



More information about the Ale mailing list