the host key fingerprint verification failed when converting to a linux machine

I use the 6.0.0 converter to convert a machine physics linux vm. I get the following error repeatedly. He is always stopped at 3% after 3 minutes

MSG = "a general error has occurred: # XYZ.mit.edu SSH - 1, 99 - OpenSSH_4.3.

-> # SSH-1 XYZ.mit.edu, 99 - OpenSSH_4.3

-> # SSH-1 XYZ.mit.edu, 99 - OpenSSH_4.3

-> The authenticity of the host that XYZ.mit.edu cannot be established. Welcome to the fingerprint of the key xx:xx:xx:xx:c7:5f:23:34:d7:2 c: 79:7e:77:92:3e:e6 verification failed.

'--> (return code 1).

I have spent many hours on this but could not understand it. I tried a Linux physical different and got the same error. I have no problem connecting to the physical machine XYZ.mit.edu outside the converter. The converter contains plink program under C:\Program Files (x 86) \VMware\VMware vCenter Converter Standalone, I can run plink for the physical server XYZ.mit.edu to store the fingerprint in the cache and it connects fine.

I have no idea whence the SSH-1, 99 - OpenSSH_4.3 in the error message. The physical server XYZ.mit.edu will OpenSSH_5.3p1. Here is the/etc/ssh/sshd_config on the physical server entry


# cat sshd_config | grep - v #.

Protocol 2

SyslogFacility AUTHPRIV

PasswordAuthentication yes

ChallengeResponseAuthentication no

GSSAPIAuthentication Yes

GSSAPICleanupCredentials Yes

UsePAM Yes

AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES

AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT

AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE

AcceptEnv XMODIFIERS

X11Forwarding yes

MaxStartups 10

Subsystem sftp/usr/libexec/openssh/sftp-server

Anyone know how to bypass this error?

Thank you very much!

Hello

It is possible that the help of the virtual machine cannot solve XYZ.mit.edu. You can try a ping of VM, another in the same VM to check network.

If this is the case, use the IP address of the source computer.

HTH

Plamen

Tags: VMware

Similar Questions

  • How can I activate the "Host key" for my sftp to the ISE Server?

    Hello

    I can't copy my files to upgrade 1.2 ISE to my repositories the.

    Here is a cut and paste of my CLI on one of my knots ISE after attemtping to copy from my workstation (running a SFTP server) to one of my nodes of ISE.

    XXX-ise-01 / admin # s copyftp: / //ise-upgradebundle-1.1.x-a-disque 1.2.0.899.i386.tar.gz.:.

    User name: Admin

    Password:

    % ERROR: backup failed due to one of the following reasons

    1 host option key is not configured

    2. the host key is removed due to the new image

    3 host key is removed from any other depositary having same ip/hostname

    % Please reconfigure the host key option

    % Error: transfer not possible

    I don't have whatever it is configured with the option "host key.

    I googled and searched, but cannot find references limited to the "Host key" command within Cisco. I tried various forms of it on the ISE node with no luck.

    I tried an FTP transfer, but it does not work.

    Any ideas?

    You can try to add a repository to your local configuration as an sftp server that should start the process host key.

    Thank you

    Tarik Admani
    * Please note the useful messages *.

  • I have the cd-key of cs2. When I install reports an invalid key.

    I have the cd-key of cs2. When I install reports an invalid key. Why? When I load with the said forum key I only have a grace period of 30 days how I need a key or stop sw. No key that came with my cd or a site's key works.

    I don't think you read the instructions.  You will need to download a new installer. It does not use your discs.

    Here's what it says in the instructions: "to run a CS2 application, uninstall your existing CS2 application and install a special version that doesn't require activation. You cannot reinstall from your original disks. »

    Follow the intructions again more carefully.

    If your problems persist, see this last statement:

    'Search the forum for download, installation, and commissioning for answers. If necessary, create a thread in the forum and include the following information:

    • What application are you trying to install?
    • What operating system do you use?
    • The application has been previously installed on your computer?
    • What error messages are you getting? »
  • Muse error, loading to the host FTP [FTP upload failed: 553].

    Error loading to the host FTP [FTP upload failed: 553]. I use the last Muse and download through it is generated by FTP. I have never had a problem over a year to download updates. Why I get this error? How can I fix this? First time that's ever happened.

    Hello

    Please see the link below. I'm sure that you will find it useful.

    FTP download failed: error 553

    Concerning

    Vivek

  • Oracle Grid11g on Linux el5 connection to the host as a user failed

    Hello

    I have 11g Linux oracle grid control.
    I have configured to monitor a target (Oracle 10 g server) on solaris 10, but I'm not able to plan backups.
    "" I get error * "failed to connect to the host as a user."
    I provided the oracle for the solaris user account details.

    I tried to connect to normal Enterprise Manager for the oracle 10g database and the identification of the host information has been validated.

    Can you advice why even host credentials failed on the grid?

    Help, please.

    Did you run root.sh after the installation of the agent software?

    If this is not the case, stop the agent and run the root.sh as user root script. Then, start the agent and try again.

    Concerning
    Jomon

    Published by: JohnJomon on November 10, 2011 11:42

  • The TCP/IP connection to the host localhost, port 1433 failed.

    Hi, im using sql Server2000,
    I said this in my program:
    Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
    String url = "jdbc:sqlserver://localhost:1433;databaseName=Factura";
    Connection conn = DriverManager.getConnection(url,"sa","");
    and gives me this exception:
    run:
    Got an exception! 
    The TCP/IP connection to the host localhost, port 1433 has failed. 
    Error: "connect timed out. 
    Verify the connection properties, 
    check that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port, 
    and that no firewall is blocking TCP connections to the port.".
    com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host localhost, port 1433 has failed. 
    Error: "connect timed out. Verify the connection properties, 
    check that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port, 
    and that no firewall is blocking TCP connections to the port.".
            at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:171)
            at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1033)
            at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:817)
            at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:700)
            at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:842)
            at java.sql.DriverManager.getConnection(DriverManager.java:582)
            at java.sql.DriverManager.getConnection(DriverManager.java:185)
            at factura.FacturaView.conexion(FacturaView.java:317)
            at factura.FacturaView.jTextField1KeyPressed(FacturaView.java:268)
            at factura.FacturaView.access$900(FacturaView.java:41)
            at factura.FacturaView$5.keyPressed(FacturaView.java:150)
            at java.awt.Component.processKeyEvent(Component.java:6225)
            at javax.swing.JComponent.processKeyEvent(JComponent.java:2801)
            at java.awt.Component.processEvent(Component.java:6044)
            at java.awt.Container.processEvent(Container.java:2041)
            at java.awt.Component.dispatchEventImpl(Component.java:4630)
            at java.awt.Container.dispatchEventImpl(Container.java:2099)
            at java.awt.Component.dispatchEvent(Component.java:4460)
            at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1850)
            at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:712)
            at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:990)
            at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:855)
            at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:676)
            at java.awt.Component.dispatchEventImpl(Component.java:4502)
            at java.awt.Container.dispatchEventImpl(Container.java:2099)
            at java.awt.Window.dispatchEventImpl(Window.java:2478)
            at java.awt.Component.dispatchEvent(Component.java:4460)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    BUILD SUCCESSFUL (total time: 34 seconds)
    How can I solve this?

    Thank you...

    Edited by: derok December 8, 2010 13:31

    Edited by: derok December 8, 2010 21:14

    Edited by: derok December 11, 2010 13:51

    Edited by: derok December 11, 2010 13:52

    There's a sqlservr.exe is listening on port 1025:
    What is the process (sqlservr.exe) that I need to connect to?

    Obviously. Have you tried?

  • Retrieve the product key Windows 7 Pro when the laptop has been restored to Windows Vista

    My laptop fujitsu has been sent for repair; the technician has restored the settings to factory default which wiped out the Professional Windows 7 operating system. My laptop has been improved by Windows Vista Edition Fujitsu Home Premium to Windows 7 Professional during a previous repair. How one don't get the product key for Windows 7 Professional in this case? Should I inform Microsoft of my laptop series No. to recover the product key of Windows 7 Professional? If so, then how do then? Thank you very much for your quick response.

    If the machine has been 'improved' during a repair - then they must have attached the relevant sticker of COA or PoL card to the machine.

    If they don't, and you do not specifically for the upgrade, then it has never been a valid upgrade.

  • The host CPU is not able to run 64-bit virtual machines

    I am running VMWare Server Console on a Windows 2003 64 bit OS 1.0.3 and prepare to create a 64-bit VM server to test a new application on.  This forum server works on is a SuperMicro SuperServer 6025 B - TR +.  I entered the bios and activated the virtual bios in the CPU settings.  However, when I start my VM, I get the following error:

    «You have configured the virtual machine as an operationg system 64-bit client.»  However, this host processor is not able to run 64-bit virtual machines or this virtual machine has 64-bit support disabled.

    I looked online and saw some references to allow an EM64T which was to be activated but I do not see this option in my BIOS.  Someone at - it any other suggestions as to what I have to do to get the virtual machine to use the 64-bit compatibility.

    Unfortunately, the 1.x server logs are a little sparse in this regard.  However, it seems that you have mixed steppings of physical processors.  In this range of models, Intel changed the VMCS review between the Bx steppings and Gx steppings ID, making it incompatible for the execution of VT - x.  Realizing their mistake, Intel has provided to OEMS for a microcode patch that makes the revision ID the Gx stepping VMCS matches that of the Bx stepping.  OEMs distribute this patch of microcode as a BIOS update.

    In short, an update of the BIOS of your system provider should solve the problem.

  • The upgrade of my application fails (when it is registered with PhoneLogs)

    I use Desktop Manager to install/upgrade the java application, I am writing to you.  My application is configured to run automatically at startup function.

    1. when I just install my java application (which means that it is not on the device), it installs and works fine.

    2. when I update my application, the phone restarts, fails it application (IE not dΘmarre).  More clearly, if I go to the icon and click on it, nothing happens.

    3-if I delete the app, reboot the phone and install the application, it is very good (line with scenario 1 above).

    I narrowed down it to 1 line of code that makes the difference:

    PhoneLogs.getInstance () .addListener (myPhoneLogListener);

    If I don't register my app/process with the PhoneLog, upgrading the app has managed in all scenarios.  I guess that's because one of my 'myPhoneLogListener' objects is in the memory space of the PhoneLog at the time of the upgrade.  Also, my application is running at the time of the upgrade.  The application is still running in the background, intentionally.

    I would try an OTA update to see if it behaves differently, but I don't have any private location secure to host my app.

    How to make this upgrade work, without requiring the user to quit the application before the upgrade; given that I can't guarantee that users will do, and I don't have to have a bad experience with my application.

    I'm writing my own solution for others in the future.

    So before in my MAIN() method, I capture all the Exceptions and out in silence.  This was to avoid the dreaded AppError-200 during development.

    So I added a try/catch in my MAIN() to write all the Exceptions in the event on the device log, before to leave.  It turns out, I was getting a "ControlledAccessException.

    So, I decided to add a Thread.sleep (30000)-30 seconds before trying to run my problematic registration code.

    Good news and bad news, it worked.  But that tells me that there are a few occurring in race condition.  Well, I have no other choice.  I hope this helps someone else out there...

  • HP MINI 110-1066TU: enter the CURRENT password, password verification failed, fatal error, shut down system, CNU9354TX2

    Hello!

    Help, please.

    my computer laptop hp mini 110-1066tu says "Enter CURRENT password". When I enter the password three times he says "Password check failed, fatal error...". System stopped. CNU9354TX2

    Please can someone help me.

    lechartier

    Hello

    Enter: e9lofqva47 (to be noted that in both cases, the 3rd character is a lowercase L)

    or
                     e9lofqvar7

    Kind regards

    DP - K

  • File continually fails when converting to Word

    Needless to say that I am not at all satisfied with this product!  I lost in the course of the hour (and $20) trying to convert a simple 2 page PDF file to Word and it fails continually!  Does anyone know how to contact Adobe customer service so I can get back my $20?

    Hi WoodhavenCC

    You can contact the Support from the link below: http://helpx.adobe.com/contact.html

    Support chat and phone support is avaialbel to help you...

    Direct link: http://helpx.adobe.com/contact.html?product=acrobat-com&topic=using-my-product-or-service

    Click on I still need assistance to access the support phone and Chat Support

  • The user profile Service Service failed when connecting: Windows 7, SBS2011

    Hello

    I've been looking for an answer for the last day and hoping someone can point me in the right direction. I've seen many posts on this problem, but none of them seem to be the same as the situation that I am, if I missed an I'm sorry.
    We have just installed 4 PC with W7 (previous W7 machines there have been no problems) when I try to log on to the domain with one account other than admin I get the message
    "The Service user profile Service does not logon, user profile can not be added"
    These are brand new machines and have not been connected with any account other than the administrator, so there is no .bak in the registry file, etc.
    I checked the accounts by logging in on another pc of W7 'ok' and that's fine.
    Thanks in advance for any help / advice
    Ronnie01

    Hello

    Thank you for contacting Microsoft Community.

    First of all, connect the PC to the workgroup, configure the user account, restart it and try to connect back to the field.

    Response if the issue is not resolved.

  • slow startup of the host VMWare ESXi 5.5 when installed on the hard drive internal

    We have some servers Dell R720 with 256G RAM and 2 6core Procs.  When I install ESXi client for internal hard drives (mirrored array) it takes literally more than 5 minutes to start.  I can watch the vmware boot process crawl slowly the progress bar on the screen in "recovery" mode before moving on to the substantive start-up procedure yellow.

    Why is this slow process?  Why a hard drive inside is install using syslinux? (it's the first thing that shows on the display).  If I had to guess, I would say that the only facility to support runs of fat32 on a USB flash drive and the same hard drive installs use this same process to start.  Am I wrong?

    I'm late to the party, but we have been affected by this issue. The solution is a updated internally perc firmware.

    It's like night and day.

    Reference DELL PERC H310 Mini blades Firmware version 20.13.0 - 0007

    SAS RAID: Release date: 02/06/2014 | Last update on 02/06/2014

  • Got a new D810, now CS5 (mac) Photodownloader fails when converting to DNG format

    This problem is new since I got the D810

    Update

    DNG Converter at 9.1.0.441 (and other institutions)

    CS5 versions below

    Photoshop to 12.1 x 64

    CAB 6.7.0.339

    Bridge 4.1.0.54

    You must move the files of your card to a folder on your computer, using the OS finder or explorer. Do not use the Nikon software, because it will corrupt the files. Once in a folder, use the dng converter to convert in ACR 6.7 and make sure you have Camera Raw 6.7 installed for CS5.

  • OfficeJet 6600 Gets the message of Network Installation fails when you try to install

    Hello

    I have the worst time setting up my new printer wireless Officejet 6600. I work with a wireless-N router that was purchased less than a year ago. I have other wireless products that work well with the internet, so I do not see there is a connectivity problem.

    The test of the printer indicates that everything is OK:

    Wireless on - PASS
    Wireless - PASS work
    Signal quality - very good
    Connected - PASS

    etc, etc.

    I ran through all the troubleshooting I can find and nothing works. I have disabled the firewall, unplugged my router and modem, disconnected the printer, tried to implement on its own IP address. The installation wizard finds her and tries to implement, but I only get the message that it was a "network installation without success.

    Has anyone experience this problem?

    Any new ideas on troubleshooting are welcome.

    Thank you
    Liz

    Hello

    Thank you for your comments. I didn't expect such a quick response, which was great.

    I move the printer to get a signal 'excellent' and tried the other steps you listed.  Through some googling more, we discovered that we needed to do the following:

    Go to the control panel

    Select Printers and faxes

    Right click and select Properties

    Select the Ports section

    Add the port to the IP address of the printer displays

    Not sure if this is the ideal way, but of course, it worked and I am now a happy customer. Hope it helps someone. I'll still Bravo for having responded so quickly.

    Thanks again!

Maybe you are looking for

  • new printer does not recognize worm FF 28

    I was using a brother HL1435 lazer printer on my desktop using Windows XP pro. I installed aPrinter Kodak ESP3250 and other programs accept the new default printer. When I went toSubject: config and searched for print I found only references to the H

  • What is the difference between AXIEM and EMSIght? What are the benefits of AXIEM by EMSight if any?

    I wonder what are the differences between AXIEM and EMSight. Are associated with application? One is better than the other? Please explain.

  • Change the default PowerPoint export model.

    Hello I saw the old post on this subject, but there was a clear solution. I want to replace the model found at C:\Program NIUninstaller Instruments\DIAdem 2015\Resource\PowerPointTemplate.ppt with a model of my company. I am able to change the name o

  • shortcut icon without arrow

    Whenever I have create a shortcut on my desktop to a folder or file, sometimes without the small arrow, it is supposed to have.  Needless to say, makes me worry when deletion time comes, to make sure that I am only delete the shortcut and not origina

  • Help with vista crashing, please.

    Problems with my Toshiba satellite L-305.  After Reinstalling windows vista using recovery Toshiba, I'm doing a sfc/sccannow and it says. "WRP found corrupt files but was unable to fix. Details are provided in convertible bonds. Journal windir\Logs\C