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

            Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

            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