![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SFTP Protocol: How to transfer the file in PC Format | brap45 | HP-UX | 2 | 06-17-2008 01:44 PM |
| sftp command for file transfer | mohanpadamata | UNIX for Advanced & Expert Users | 2 | 06-12-2008 10:45 AM |
| SFTP Transfer Across Multiple Servers | Cameron | Shell Programming and Scripting | 0 | 05-20-2008 10:08 AM |
| transfer word document using ftp,sftp | artikulkarni | UNIX for Dummies Questions & Answers | 3 | 02-17-2008 07:10 PM |
| How to transfer files (By using generic script) when using sftp | gsri | Shell Programming and Scripting | 0 | 08-28-2006 10:39 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
hi
i am trying to login to remote server using SFTP Protocol and trying to upload a file butit is asking for the password. Note: I am trying to connect to FrontEnd server sftp SFTREGUP1@14.71.26.6 Connecting to 14.71.26.6... Password Authentication Password: Please help |
|
|||||
|
I don't know how to retrieve the passphrase for a key. Try asking the guy that created it, if he wrote it down in some sealed envelope.
Maybe it's easier to recreate the key and exchange it on the systems. You did not write what error came when using ssh. |
|
||||
|
ok...If I read this correctly, and granted I'm in the middle of an overnight maintenance...so that's a big if...
The issue is that 2 of your boxes have shared ssh keys, meaning that they "know to trust each other". When on box goes to log into the other it checks against the .ssh/known_hosts file on both to see if it has a "magic word" to grant it access. That's why you can log into those two easy peasy. Your other two boxes haven't been told that they are buddies, so when one tries to connect to the other, it heeds Moms advice and doesn't talk to strangers. What I believe Zaxxon is saying is that you may be able to recreate the keys assuming you know the passphrase, but it would probably be easier (for everyone involved) to just create new keys. It's a relatively painless process, I don't know it off the top of my head, but I found the method no more than ~a week ago by googling "ssh without password". |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|