Re: ssh query string and password
- From: "Velocity" <mishra.tapasvi@xxxxxxxxx>
- Date: 22 Feb 2007 01:36:19 -0800
On the originating machine, say
ssh-keygen -t rsa
Save the key in the default file (~/.ssh/id_rsa) and do not use a
passphrase. This will create a file ~/.ssh/id_rsa.pub. Add the
contents of this file to the file ~/.ssh/authorized_keys2 on the
remote machine (i.e., the machine on which you want to log on).
Whereas the id_rsa.pub file is world readable, the authorized_keys2
file should only be readable by you. Use chmod to set the permissions
accordingly.
.
- Follow-Ups:
- Re: ssh query string and password
- From: Ertugrul Soeylemez
- Re: ssh query string and password
- References:
- ssh query string and password
- From: niraj
- Re: ssh query string and password
- From: Ertugrul Soeylemez
- ssh query string and password
- Prev by Date: Re: ssh query string and password
- Next by Date: Re: Open Ports-FW settins
- Previous by thread: Re: ssh query string and password
- Next by thread: Re: ssh query string and password
- Index(es):
Relevant Pages
|