[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: file transfer using scp
- From: "Kipp, Jim" <jkipp ingdirect com>
- To: "General Red Hat Linux discussion list" <redhat-list redhat com>
- Subject: RE: file transfer using scp
- Date: Fri, 2 Dec 2005 07:56:39 -0500
Some steps to follow, may have to expirament a bit:
1. make sure you have pub key authentication enables in
/etc/ssh/sshd_config: PubkeyAuthentication yes
2. make sure the target machine knows about client, by adding to this
file in ~/.ssh/known_hosts
3. run ssh-keygen -t rsa , DON't give passphrase when prompted
4. copy your pub key over to target system:
scp -p .ssh/my_rsa.pub user li:~/.ssh/key.pub
5. add key to auth file on target
cat my_rsa.pub >> authorized_keys
6. start the agent: ssh-agent /bin/bash (see man ssh-agent)
7. run ssh-add , ssh-add -l to make sure you key is in memory
-----Original Message-----
From: redhat-list-bounces redhat com
[mailto:redhat-list-bounces redhat com] On Behalf Of Greg Golin
Sent: Friday, December 02, 2005 12:48 AM
To: General Red Hat Linux discussion list
Subject: Re: file transfer using scp
Read up on ssh shared keys authentication.
GG
On 12/2/05, SysAdmin <sys-admin infogridpacific com> wrote:
> Hi,
>
> I am facing a problem in transfering file using scp. My example is
as
> follows
>
>
> I want to send a file using scp but it prompt a password and i want to
> avoid it. Is there any option that i can spcify the password in same
> command. Any help will apriciated thanks in advance.
>
>
*****************************************************************************
This email may contain confidential or privileged information. If you believe
you have received the message in error, please notify the sender and delete
the message without copying or disclosing it.
*****************************************************************************
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]