On Wed, Jul 11, 2001 at 08:58:02PM +0800, Ian C. Sison wrote:
> 
> You could configure ssh to log on automagically by using RSA
> identity keys.
> 
> run ssh-keygen, just press enter on all the questions

BTW, for those using version 2 of the SSH protocol, that would
be:

ssh-keygen -t rsa

> copy the .ssh/identity.pub to the server, using your login name
> in the server, typically,
> 
> scp .ssh/indentity.pub user@server:~/.ssh/authorized_keys

... and equivalently:

scp ~/.ssh/id_rsa.pub user@server:~/.ssh/authorized_keys2

> and then try logging on to the server, voila, no password!

And to use DSA authentication:

ssh-keygen -t dsa
scp ~/.ssh/id_dsa.pub user@server:~/.ssh/authorized_keys2

Cheers!
Mike
-- 
 .--.  Michael J. Maravillo                   office://+63.2.894.3592/
( () ) Q Linux Solutions, Inc.              mobile://+63.917.897.0919/
 `--\\ A Philippine Open Source Solutions Co.  http://www.q-linux.com/
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to