SSH keygen and login problem

Paul Preston Paul.Preston at proxar.co.uk
Wed Jan 12 12:45:21 UTC 2011


Hi,

Based on your description, it's permission related issue:
"3 I copied yhe public key to my home folder at the remote server  like

scp ~/.ssh/id_dsa.pub myuser at remoteserver:/home/myuser.ssh/authorized_keys"

If there was no file in that directory permissions will be defined by umask which is normally set to 755.

Proper permissions below:
[root at server00 .ssh]# ls -la
total 20
drwx------ 2 root root 4096 Oct 29 15:12 .
drwxr-x--- 9 root root 4096 Jan 11 18:37 ..
-rw------- 1 root root 1114 May  2  2010 authorized_keys
-rw-r--r-- 1 root root  405 Oct 29 15:12 known_hosts
[root at server00 .ssh]# umask
0022


Please note: Umask 0022 means effectively 755.

Kind Regards,

--
Paul Preston
Proxar IT Ltd. Registered in England and Wales: 6744401- VAT: 942985479
Tubs Hill House, London Road, Sevenoaks, Kent, TN13 1BL
Tel:  (+44) 0844 809 4335
Fax: (+44) 01732 459 423
Mob: (+44) 077 9509 3450
Web: www.proxar.co.uk
Email: paul.preston at proxar.co.uk

-----Original Message-----
From: redhat-list-bounces at redhat.com [mailto:redhat-list-bounces at redhat.com] On Behalf Of a bv
Sent: 12 January 2011 11:27
To: redhat-list at redhat.com
Subject: SSH keygen and login problem

 Hi,,

For my file transfer script i want to use scp without password. Here is nearly what i have done:
1- I logined to my Checkpoint (which is Redhat based and the one who is source) with my personal user and gave expert command  to have root permissons.
2. Changed directory to /root/.ssh and gave ssh-keygen -t dsa and created the key pairs.
3 I copied yhe public key to my home folder at the remote server  like

scp ~/.ssh/id_dsa.pub myuser at remoteserver:/home/myuser.ssh/authorized_keys

4. Then i copied this authorized_keys to the /root/.ssh.
5 then tried to send a sample file from my Checkpoint box to remote server with scp but it requested me to enter a password.

how can i fix this ? then ill adapt my scirpt to this regards.

--
redhat-list mailing list
unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
Please note that we may monitor or record telephone calls, email traffic data and also the content of email for the purposes of security and staff training. This message (and any associated files or documentation) is intended only for the use of the individual or entity to whom it is addressed and may contain information that is confidential, subject to copyright or constitutes a trade secret. If you are not the intended recipient you are hereby notified that any dissemination, copying or distribution of this message, or files and documentation associated with this message, is strictly prohibited. If you have received this message in error, please notify us immediately by replying to the message and deleting it from your computer. Any views or opinions presented are solely those of the author and do not necessarily represent those of the company.




More information about the redhat-list mailing list