putty software caused network abortPuTTY automatically supply passwordPutty SFTP towards Freesshd server rightsUsing Plink to script commands to Dell PowerConnect 6224Connecting through two putty sessionsBanned from SSH Centos server but can't find whereConverting SSH command to a PuTTY commandWindows Server connection using puttyPuTTY cannot connect but WinSCP and Git bash canPutty: Local port 80 forwarding to localhost:80 failed: Network error: Permission deniedPutty connection error but RDC working fine [Windows 7]

Was there ever an axiom rendered a theorem?

Can I find out the caloric content of bread by dehydrating it?

How could a lack of term limits lead to a "dictatorship?"

Why is the design of haulage companies so “special”?

Lied on resume at previous job

How can I fix this gap between bookcases I made?

Extreme, but not acceptable situation and I can't start the work tomorrow morning

Does bootstrapped regression allow for inference?

Shall I use personal or official e-mail account when registering to external websites for work purpose?

Email Account under attack (really) - anything I can do?

Are cabin dividers used to "hide" the flex of the airplane?

Find the positive root of a 4-th degree polynomial equation

How can I add custom success page

Re-submission of rejected manuscript without informing co-authors

Map list to bin numbers

Ideas for 3rd eye abilities

Why do we use polarized capacitors?

Landlord wants to switch my lease to a "Land contract" to "get back at the city"

How to deal with fear of taking dependencies

COUNT(*) or MAX(id) - which is faster?

Is there a familial term for apples and pears?

How to move the player while also allowing forces to affect it

What are the advantages and disadvantages of running one shots compared to campaigns?

"listening to me about as much as you're listening to this pole here"



putty software caused network abort


PuTTY automatically supply passwordPutty SFTP towards Freesshd server rightsUsing Plink to script commands to Dell PowerConnect 6224Connecting through two putty sessionsBanned from SSH Centos server but can't find whereConverting SSH command to a PuTTY commandWindows Server connection using puttyPuTTY cannot connect but WinSCP and Git bash canPutty: Local port 80 forwarding to localhost:80 failed: Network error: Permission deniedPutty connection error but RDC working fine [Windows 7]






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I have had this problem on my laptop for months. If I connect from any other computers (local or remote) I have no problems with the same user.



THE PROBLEM:



Using Putty on Windows 10, I can connect to the server, put in username. As soon as I hit enter I see the prompt for the password but I also get a message:



"Network error. Software caused connection abort"



When I click ok the window goes inactive.



This happens on Putty. It also happens when trying to connect WinSCP on the same PC. If I try on my desktop there is no issue. This happens every single time I try to connect.



WHAT I TRIED:



  • New IP address

  • Reinstall Putty and WinSCP

  • Reset Router


  • Checked server logs ("groot sshd[10669]: Connection reset by 192.168.1.1 port 54916"



    That is the only line that comes up in the log when I try to connect.



EDIT:



I recently put in a Wifi access point in another location than our main one. I decided to try this and it worked. It must be something to do with the wifi router. I think it also happens when sending keys because I tried connecting to a different server and as soon as I clicked yes on confirming a new key the window went inactive with the same error.



EDIT 2: Event log drop



2017-07-05 15:53:58 Connecting to 192.168.1.191 port 22
2017-07-05 15:53:58 We claim version: SSH-2.0-PuTTY_Release_0.69
2017-07-05 15:53:58 Server version: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2
2017-07-05 15:53:58 Using SSH protocol version 2
2017-07-05 15:53:58 Doing ECDH key exchange with curve Curve25519 and hash SHA-256
2017-07-05 15:53:58 Server also has ssh-ed25519/ecdsa-sha2-nistp256 host keys, but we don't know any of them
2017-07-05 15:53:58 Host key fingerprint is:
2017-07-05 15:53:58 ssh-rsa 2048 b4:e3:25:2f:b5:01:1a:96:28:6d:c1:2c:e4:fd:7d:de
2017-07-05 15:53:58 Initialised AES-256 SDCTR client->server encryption
2017-07-05 15:53:58 Initialised HMAC-SHA-256 client->server MAC algorithm
2017-07-05 15:53:58 Initialised AES-256 SDCTR server->client encryption
2017-07-05 15:53:58 Initialised HMAC-SHA-256 server->client MAC algorithm
2017-07-05 15:54:13 Network error: Software caused connection abort










share|improve this question
























  • When you start PuTTY, make sure the "Close window on exit" option at the bottom of the configuration dialog is set to "Never". After you connect and get the error message, right-click on the PuTTY title bar, and in the menu that appears, choose Event Log. Click the Copy button, then edit your question and paste in the log. It will likely show the underlying cause of the disconnection.

    – James Sneeringer
    Jul 5 '17 at 19:49












  • @JamesSneeringer I added the log. Also so happy I found a work around with using a different access point.

    – BrinkDaDrink
    Jul 5 '17 at 19:58











  • Your access point is a true accesspoint in bridge mode, or its a router that double nat ?

    – yagmoth555
    Jul 5 '17 at 22:51


















0















I have had this problem on my laptop for months. If I connect from any other computers (local or remote) I have no problems with the same user.



THE PROBLEM:



Using Putty on Windows 10, I can connect to the server, put in username. As soon as I hit enter I see the prompt for the password but I also get a message:



"Network error. Software caused connection abort"



When I click ok the window goes inactive.



This happens on Putty. It also happens when trying to connect WinSCP on the same PC. If I try on my desktop there is no issue. This happens every single time I try to connect.



WHAT I TRIED:



  • New IP address

  • Reinstall Putty and WinSCP

  • Reset Router


  • Checked server logs ("groot sshd[10669]: Connection reset by 192.168.1.1 port 54916"



    That is the only line that comes up in the log when I try to connect.



EDIT:



I recently put in a Wifi access point in another location than our main one. I decided to try this and it worked. It must be something to do with the wifi router. I think it also happens when sending keys because I tried connecting to a different server and as soon as I clicked yes on confirming a new key the window went inactive with the same error.



EDIT 2: Event log drop



2017-07-05 15:53:58 Connecting to 192.168.1.191 port 22
2017-07-05 15:53:58 We claim version: SSH-2.0-PuTTY_Release_0.69
2017-07-05 15:53:58 Server version: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2
2017-07-05 15:53:58 Using SSH protocol version 2
2017-07-05 15:53:58 Doing ECDH key exchange with curve Curve25519 and hash SHA-256
2017-07-05 15:53:58 Server also has ssh-ed25519/ecdsa-sha2-nistp256 host keys, but we don't know any of them
2017-07-05 15:53:58 Host key fingerprint is:
2017-07-05 15:53:58 ssh-rsa 2048 b4:e3:25:2f:b5:01:1a:96:28:6d:c1:2c:e4:fd:7d:de
2017-07-05 15:53:58 Initialised AES-256 SDCTR client->server encryption
2017-07-05 15:53:58 Initialised HMAC-SHA-256 client->server MAC algorithm
2017-07-05 15:53:58 Initialised AES-256 SDCTR server->client encryption
2017-07-05 15:53:58 Initialised HMAC-SHA-256 server->client MAC algorithm
2017-07-05 15:54:13 Network error: Software caused connection abort










share|improve this question
























  • When you start PuTTY, make sure the "Close window on exit" option at the bottom of the configuration dialog is set to "Never". After you connect and get the error message, right-click on the PuTTY title bar, and in the menu that appears, choose Event Log. Click the Copy button, then edit your question and paste in the log. It will likely show the underlying cause of the disconnection.

    – James Sneeringer
    Jul 5 '17 at 19:49












  • @JamesSneeringer I added the log. Also so happy I found a work around with using a different access point.

    – BrinkDaDrink
    Jul 5 '17 at 19:58











  • Your access point is a true accesspoint in bridge mode, or its a router that double nat ?

    – yagmoth555
    Jul 5 '17 at 22:51














0












0








0








I have had this problem on my laptop for months. If I connect from any other computers (local or remote) I have no problems with the same user.



THE PROBLEM:



Using Putty on Windows 10, I can connect to the server, put in username. As soon as I hit enter I see the prompt for the password but I also get a message:



"Network error. Software caused connection abort"



When I click ok the window goes inactive.



This happens on Putty. It also happens when trying to connect WinSCP on the same PC. If I try on my desktop there is no issue. This happens every single time I try to connect.



WHAT I TRIED:



  • New IP address

  • Reinstall Putty and WinSCP

  • Reset Router


  • Checked server logs ("groot sshd[10669]: Connection reset by 192.168.1.1 port 54916"



    That is the only line that comes up in the log when I try to connect.



EDIT:



I recently put in a Wifi access point in another location than our main one. I decided to try this and it worked. It must be something to do with the wifi router. I think it also happens when sending keys because I tried connecting to a different server and as soon as I clicked yes on confirming a new key the window went inactive with the same error.



EDIT 2: Event log drop



2017-07-05 15:53:58 Connecting to 192.168.1.191 port 22
2017-07-05 15:53:58 We claim version: SSH-2.0-PuTTY_Release_0.69
2017-07-05 15:53:58 Server version: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2
2017-07-05 15:53:58 Using SSH protocol version 2
2017-07-05 15:53:58 Doing ECDH key exchange with curve Curve25519 and hash SHA-256
2017-07-05 15:53:58 Server also has ssh-ed25519/ecdsa-sha2-nistp256 host keys, but we don't know any of them
2017-07-05 15:53:58 Host key fingerprint is:
2017-07-05 15:53:58 ssh-rsa 2048 b4:e3:25:2f:b5:01:1a:96:28:6d:c1:2c:e4:fd:7d:de
2017-07-05 15:53:58 Initialised AES-256 SDCTR client->server encryption
2017-07-05 15:53:58 Initialised HMAC-SHA-256 client->server MAC algorithm
2017-07-05 15:53:58 Initialised AES-256 SDCTR server->client encryption
2017-07-05 15:53:58 Initialised HMAC-SHA-256 server->client MAC algorithm
2017-07-05 15:54:13 Network error: Software caused connection abort










share|improve this question
















I have had this problem on my laptop for months. If I connect from any other computers (local or remote) I have no problems with the same user.



THE PROBLEM:



Using Putty on Windows 10, I can connect to the server, put in username. As soon as I hit enter I see the prompt for the password but I also get a message:



"Network error. Software caused connection abort"



When I click ok the window goes inactive.



This happens on Putty. It also happens when trying to connect WinSCP on the same PC. If I try on my desktop there is no issue. This happens every single time I try to connect.



WHAT I TRIED:



  • New IP address

  • Reinstall Putty and WinSCP

  • Reset Router


  • Checked server logs ("groot sshd[10669]: Connection reset by 192.168.1.1 port 54916"



    That is the only line that comes up in the log when I try to connect.



EDIT:



I recently put in a Wifi access point in another location than our main one. I decided to try this and it worked. It must be something to do with the wifi router. I think it also happens when sending keys because I tried connecting to a different server and as soon as I clicked yes on confirming a new key the window went inactive with the same error.



EDIT 2: Event log drop



2017-07-05 15:53:58 Connecting to 192.168.1.191 port 22
2017-07-05 15:53:58 We claim version: SSH-2.0-PuTTY_Release_0.69
2017-07-05 15:53:58 Server version: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2
2017-07-05 15:53:58 Using SSH protocol version 2
2017-07-05 15:53:58 Doing ECDH key exchange with curve Curve25519 and hash SHA-256
2017-07-05 15:53:58 Server also has ssh-ed25519/ecdsa-sha2-nistp256 host keys, but we don't know any of them
2017-07-05 15:53:58 Host key fingerprint is:
2017-07-05 15:53:58 ssh-rsa 2048 b4:e3:25:2f:b5:01:1a:96:28:6d:c1:2c:e4:fd:7d:de
2017-07-05 15:53:58 Initialised AES-256 SDCTR client->server encryption
2017-07-05 15:53:58 Initialised HMAC-SHA-256 client->server MAC algorithm
2017-07-05 15:53:58 Initialised AES-256 SDCTR server->client encryption
2017-07-05 15:53:58 Initialised HMAC-SHA-256 server->client MAC algorithm
2017-07-05 15:54:13 Network error: Software caused connection abort







ssh windows-10 putty






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jul 5 '17 at 22:49









yagmoth555

12.4k31842




12.4k31842










asked Jul 5 '17 at 19:37









BrinkDaDrinkBrinkDaDrink

11619




11619












  • When you start PuTTY, make sure the "Close window on exit" option at the bottom of the configuration dialog is set to "Never". After you connect and get the error message, right-click on the PuTTY title bar, and in the menu that appears, choose Event Log. Click the Copy button, then edit your question and paste in the log. It will likely show the underlying cause of the disconnection.

    – James Sneeringer
    Jul 5 '17 at 19:49












  • @JamesSneeringer I added the log. Also so happy I found a work around with using a different access point.

    – BrinkDaDrink
    Jul 5 '17 at 19:58











  • Your access point is a true accesspoint in bridge mode, or its a router that double nat ?

    – yagmoth555
    Jul 5 '17 at 22:51


















  • When you start PuTTY, make sure the "Close window on exit" option at the bottom of the configuration dialog is set to "Never". After you connect and get the error message, right-click on the PuTTY title bar, and in the menu that appears, choose Event Log. Click the Copy button, then edit your question and paste in the log. It will likely show the underlying cause of the disconnection.

    – James Sneeringer
    Jul 5 '17 at 19:49












  • @JamesSneeringer I added the log. Also so happy I found a work around with using a different access point.

    – BrinkDaDrink
    Jul 5 '17 at 19:58











  • Your access point is a true accesspoint in bridge mode, or its a router that double nat ?

    – yagmoth555
    Jul 5 '17 at 22:51

















When you start PuTTY, make sure the "Close window on exit" option at the bottom of the configuration dialog is set to "Never". After you connect and get the error message, right-click on the PuTTY title bar, and in the menu that appears, choose Event Log. Click the Copy button, then edit your question and paste in the log. It will likely show the underlying cause of the disconnection.

– James Sneeringer
Jul 5 '17 at 19:49






When you start PuTTY, make sure the "Close window on exit" option at the bottom of the configuration dialog is set to "Never". After you connect and get the error message, right-click on the PuTTY title bar, and in the menu that appears, choose Event Log. Click the Copy button, then edit your question and paste in the log. It will likely show the underlying cause of the disconnection.

– James Sneeringer
Jul 5 '17 at 19:49














@JamesSneeringer I added the log. Also so happy I found a work around with using a different access point.

– BrinkDaDrink
Jul 5 '17 at 19:58





@JamesSneeringer I added the log. Also so happy I found a work around with using a different access point.

– BrinkDaDrink
Jul 5 '17 at 19:58













Your access point is a true accesspoint in bridge mode, or its a router that double nat ?

– yagmoth555
Jul 5 '17 at 22:51






Your access point is a true accesspoint in bridge mode, or its a router that double nat ?

– yagmoth555
Jul 5 '17 at 22:51











1 Answer
1






active

oldest

votes


















0














Also try setting in Putty for the profile you are defining,



Connection -> SSH -> Host Keys
Manually configure host keys for this connection
Host keys or fingerprints to accept
In the "Add key" field, enter the fingerprint identified in the log.
In your case
ssh-rsa 2048 b4:e3:25:2f:b5:01:1a:96:28:6d:c1:2c:e4:fd:7d:de
Click "Add key" and it should appear in the accepted list.



Test your connection.






share|improve this answer























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "2"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f859555%2fputty-software-caused-network-abort%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Also try setting in Putty for the profile you are defining,



    Connection -> SSH -> Host Keys
    Manually configure host keys for this connection
    Host keys or fingerprints to accept
    In the "Add key" field, enter the fingerprint identified in the log.
    In your case
    ssh-rsa 2048 b4:e3:25:2f:b5:01:1a:96:28:6d:c1:2c:e4:fd:7d:de
    Click "Add key" and it should appear in the accepted list.



    Test your connection.






    share|improve this answer



























      0














      Also try setting in Putty for the profile you are defining,



      Connection -> SSH -> Host Keys
      Manually configure host keys for this connection
      Host keys or fingerprints to accept
      In the "Add key" field, enter the fingerprint identified in the log.
      In your case
      ssh-rsa 2048 b4:e3:25:2f:b5:01:1a:96:28:6d:c1:2c:e4:fd:7d:de
      Click "Add key" and it should appear in the accepted list.



      Test your connection.






      share|improve this answer

























        0












        0








        0







        Also try setting in Putty for the profile you are defining,



        Connection -> SSH -> Host Keys
        Manually configure host keys for this connection
        Host keys or fingerprints to accept
        In the "Add key" field, enter the fingerprint identified in the log.
        In your case
        ssh-rsa 2048 b4:e3:25:2f:b5:01:1a:96:28:6d:c1:2c:e4:fd:7d:de
        Click "Add key" and it should appear in the accepted list.



        Test your connection.






        share|improve this answer













        Also try setting in Putty for the profile you are defining,



        Connection -> SSH -> Host Keys
        Manually configure host keys for this connection
        Host keys or fingerprints to accept
        In the "Add key" field, enter the fingerprint identified in the log.
        In your case
        ssh-rsa 2048 b4:e3:25:2f:b5:01:1a:96:28:6d:c1:2c:e4:fd:7d:de
        Click "Add key" and it should appear in the accepted list.



        Test your connection.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 27 '18 at 19:42









        Zero_KoolZero_Kool

        11




        11



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Server Fault!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f859555%2fputty-software-caused-network-abort%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

            Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

            What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company