Kent Nguyen wrote:
> I have a masquerade network with internal IP, 192.168.1.0/24. I would like
> to use the ssh-agent feature so I don't have to enter my password when I
> access a remote host.
internal network layout really doesn't/shouldn't matter for ssh ..
> When I ssh into the remote host it prompts me for the password even though I
> copied my identity.pub to ~/.ssh/authorized_keys
try using verbose login:
ssh -l <username> -v <hostname>
or what i do:
ssh -l <username> -v -C <hostname>
(turns on verbose and compression, i do this out of habbit more then anything)
most cases the causes for not being able to do RSA is permissions. on my
systems i make sure everything inside of ~/.ssh is chmod'd 400 and the
~/.ssh directory itself is chmod'd 500. if permissions are bad then the
system won't allow you to use RSA. of course you don't have to have
your permissions that strict, but they do have to be tight. maybe
the man pages or documentation has info on the minimum level of
permissions required to do RSA.
one of these days i will get around to asking the question that made
me subscribe to this list in the first place...!:)
hth
nate
--
Nate Amsden
System Administrator
GraphOn
http://www.graphon.com