![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to do autologin for telnet ? | RipClaw | Linux | 10 | 07-30-2007 07:59 PM |
| SFTP help | bsandeep_80 | SUN Solaris | 1 | 07-30-2007 08:49 AM |
| Autologin | V.V.KUMAR | Linux | 1 | 12-20-2006 05:49 AM |
| Using SFTP | FredSmith | UNIX for Dummies Questions & Answers | 4 | 08-14-2006 03:52 AM |
| SFTP help please | Bab00shka | UNIX for Dummies Questions & Answers | 4 | 02-08-2006 04:37 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
sftp/scp autologin
Ive have 2 unix machines i need to transfer files from one to the other. Im trying to use either sftp or scp as ftp is out of the question. Ive created the RSA key on one machine and copied it across but im still prompted for a password. Assume this is due to the fact that im not using the same ID on both machines. Is there anyway round this as im not able to create the same ID on both machines
regards Dave |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
may be rcp can help you. In case of rcp you have to created the username entry in the .rhost file in the destination machine for the source machine.
The entry is like username + machine in the .rhost file Try it. Rajesh |
|
#3
|
|||
|
|||
|
Rajesh,
Due to security issues i need to use sftp or scp im afraid. Isnt scp just a more secure version of rcp? Regards Dave |
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
|||
|
|||
|
Going from solaris to AIX. ssh version 2
|
|
#6
|
|||
|
|||
|
Are they both Openssh servers or F-secure?
Post the output of Code:
ssh -V |
|
#7
|
|||
|
|||
|
SSH Version Sun_SSH_1.0, protocol versions 1.5/2.0.
OpenSSH_3.8.1p1, OpenSSL 0.9.6b 9 Jul 2001 |
|||
| Google The UNIX and Linux Forums |