![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| problem in making sftp script | girish.batra | Shell Programming and Scripting | 8 | 01-07-2009 06:28 AM |
| Problem using sftp | Jamil Qadir | UNIX for Advanced & Expert Users | 1 | 03-28-2008 11:33 AM |
| sftp problem | UBD | Shell Programming and Scripting | 1 | 12-12-2007 12:59 PM |
| sftp problem | borncrazy | Shell Programming and Scripting | 2 | 06-05-2007 12:46 AM |
| sftp problem | sudojo | Security | 0 | 08-30-2002 05:37 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
problem with SFTP
Hi,
I am doing a FTP from a Unix host to a windows host. I have generated the key in my unix server and added them in the destination host. In the Destination they changed the ip address now i am not able to connect. I can see it is reaching till that server but i am not receiving that server certificate. Below is the error message. firenze$ /Application/PSOFT/.ssh:/opt/boksm/bin/sftp -o port=9900 ext-amat@158.156.156.86 Connecting to 158.156.156.86... @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that the RSA host key has just been changed. The fingerprint for the RSA key sent by the remote host is b1:e3:43:b0:a4:57:cf:65:9c:cc:85:9e:e1:98:f7:41. Please contact your system administrator. Add correct host key in /Application/PSOFT/.ssh/known_hosts to get rid of this message. Offending key in /Application/PSOFT/.ssh/known_hosts:6 RSA host key for 158.156.156.86 has changed and you have requested strict checking. Host key verification failed. Connection closed firenze$ /Application/PSOFT/.ssh: |
|
||||
|
Sftp
Hi,
I am still not able to connect to destination windows system. I have generatated a public key from my unix server private key using openssl and installed in the destination windows system. But i still not able to do sftp. Do i have to install the generated pem key in my unix server also. firenze$ /Application/PSOFT/.ssh:/opt/boksm/bin/sftp -o port=9900 ext-amat@158.156.156.86 Connecting to 158.156.156.86... ssh: connect to host 158.156.156.86 port 9900: Connection refused Connection closed |
| Sponsored Links | ||
|
|