(E-Mail Removed) (Mattias Honrendgard) wrote in message news:<(E-Mail Removed). com>...
> (E-Mail Removed) (Ivan) wrote in message news:<(E-Mail Removed) om>...
> > Hi all,
> [snip]
> >
> > I have read quite a number of web pages teaching how to use RSA key to
> > configure the SSH, but it really seems not working fine.
> >
>
> http://nick.luckcuck.org.uk/docs/lin...ple-HOWTO.html
>
> Perhaps if you could explain exactly what steps you are taking, we can
> be of greater help?
I have followed most of the instructions of some web site teaching
this topic but still failed to achieve what I want.
What I have done is as follow:
1. in local: generate key pair by "ssh-keygen -t rsa1",
2. transfer the identity.pub to the server
3. append the identity.pub to authorized_key file in the server
4. change the permission of authorized_key to 644
then when I ssh to the remote from local host, it requires me to enter
password which is not what I want.
Then I modified the /etc/ssh/sshd_config file in the server by
changing as:
PasswordAuthenticatin no
but when I ssh to the remote from local host again, it said"
Permission denied: (publickey, keyboard-interactive)
what else should I do to login without password prompt?
Thx
Ivan