![]() |
|
|
|
|
|||||||
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Enterprise Unix Roundup: The Ghost of Unix Future - Server Watch | iBot | UNIX and Linux RSS News | 0 | 12-19-2007 08:20 AM |
| Running UNIX commands remotely in Windows box from Unix box – avoid entering password | D.kalpana | UNIX for Dummies Questions & Answers | 1 | 04-20-2007 02:24 AM |
| FTP script for sending a file from one unix directory to another unix server director | raja_1234 | Shell Programming and Scripting | 1 | 11-30-2006 03:57 AM |
| Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!! | haggo | Filesystems, Disks and Memory | 2 | 08-23-2006 08:39 AM |
| Unix History Question: Why are filenames/dirnames case sentsitive in Unix? | deckard | UNIX for Dummies Questions & Answers | 3 | 03-26-2005 09:59 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
SCP from UNIX to AIX
Hi,
I want to use SCP to transfer files from HP - UNIX to IBM AIX I have generated keys using ssh-keygen -t rsa on the UNIX box. I have copied the public key to the AIX box to the HOME_DIR of the user /.ssh/ authorized_keys When i try to use SCP it is still asking for a password. Please help me. When i do the same to another HP-UNIX its working fine. Thanks Vijay |
| Forum Sponsor | ||
|
|
|
|||
|
A frequently made error is to copy the key by means of X-Windows copy & paste. This way the quite lengthy line with the key gets split up into several lines and if the windows are of the same size it looks ok - but isn't.
bakunin |
|
|||
|
One more....
I see
PasswordAuthentication yes on the UNIX side and I beleive it should be Yes only as i am able to transfer to another UNIX box with the same configuration without a prompt for password. Please confirm me if i need to make that Yes on the AIX server also inorder for the SCP no to ask password when i do SCP. Thanks Vijay |
|
|||
|
Another thing which would be good to get ruled out is incompatible SSH versions. OpenSSH and ssh.com SSH are compatible on the protocol level but use different configuration file formats and key file formats. If you telnet to port 22, do you see OpenSSH in the banner? (Type in some random junk and the remote host will terminate the connection when the handshake fails.)
|
|
|||
|
Clarification: you said you are being asked for a 'password'.
Do you mean it's asking for your unix password or is asking you for your SSH passphrase? If it's the latter, this would be expected. If you don't want to have to enter the SSH passphrase, you can run the ssh agent. Also, you can set password authentication to no (don't allow failback to unix passwords) if you want. |
|||
| Google UNIX.COM |
| Tags |
| solaris |
| Thread Tools | |
| Display Modes | |
|
|