Hi All
New to ssh and so the query !
As per the ssh2 quickstart doc goes .......on sction (5), it talks about
the actual configuration of public keys.
-------------------------------------------------------------------------------------------------
Remote. Add the following one line to "authorization",
Key Local.pub
which directs SSH server to see Local.pub when
authorizing your login. If you want to login to
Remote from other hosts, create authorization keys on
the hosts (step 1 and 2) and repeat step 4 and 5 on
Remote.
--------------------------------------------------------------------------------------------------
If I need to login through ssh from multiple clients to a server, in the
authorization file of the ~//ssh2 directory of the server, how should
the format look like?
say for eg:
Key Local.pub
Key Local01.pub and so on?????
How do i save the public keys of all the client machines in the server
machine's ssh2 directory's authorization file??
Please help? !!
Regards,
Hari