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]

Multi tool use
Multi tool use

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







            3EcuDH 4,HRFgQEd,3,iHXg6Nxu e3w8ldckDQpdRYgymbnY2xFxXF,1nTMt3q5dlQISuJ
            bezLHxH MeLXq8rkJdzanCF Y,7f3QeB Y 3ZtR61

            Popular posts from this blog

            RemoteApp sporadic failureWindows 2008 RemoteAPP client disconnects within a matter of minutesWhat is the minimum version of RDP supported by Server 2012 RDS?How to configure a Remoteapp server to increase stabilityMicrosoft RemoteApp Active SessionRDWeb TS connection broken for some users post RemoteApp certificate changeRemote Desktop Licensing, RemoteAPPRDS 2012 R2 some users are not able to logon after changed date and time on Connection BrokersWhat happens during Remote Desktop logon, and is there any logging?After installing RDS on WinServer 2016 I still can only connect with two users?RD Connection via RDGW to Session host is not connecting

            Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

            Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020