Can't SSH into webserver to access Git repositorySSH to Cygwin is slow to respondBypassing workplace HTTP...

Unfrosted light bulb

Friend wants my recommendation but I don't want to

When should a starting writer get his own webpage?

Jem'Hadar, something strange about their life expectancy

DisplayForm problem with pi in FractionBox

Did Nintendo change its mind about 68000 SNES?

Exposing a company lying about themselves in a tightly knit industry: Is my career at risk on the long run?

If I cast the Enlarge/Reduce spell on an arrow, what weapon could it count as?

Can other pieces capture a threatening piece and prevent a checkmate?

Do I need to convey a moral for each of my blog post?

Does the Shadow Magic sorcerer's Eyes of the Dark feature work on all Darkness spells or just his/her own?

How old is Nick Fury?

Why is "la Gestapo" feminine?

The English Debate

Have the tides ever turned twice on any open problem?

Can "few" be used as a subject? If so, what is the rule?

Does fire aspect on a sword, destroy mob drops?

How are passwords stolen from companies if they only store hashes?

Fair way to split coins

Animating wave motion in water

Writing in a Christian voice

How can a new country break out from a developed country without war?

Is VPN a layer 3 concept?

Why do I have a large white artefact on the rendered image?



Can't SSH into webserver to access Git repository


SSH to Cygwin is slow to respondBypassing workplace HTTP proxy (using SSH, or other)Server connection closed by remote hostSSH 'Host key verification failed' errorgit clone extremely slow using sshSSH error ssh_exchange_identification: read: Connection reset by peerDid I just send my private ssh key?unable to ssh after generated public and private keys in windows 7Unable to connect to SSH after generated public key and private keyRsync via SSH doesn't work













0















I cleared registry files, uninstalled and reinstalled PuTTY, and checked my IP against a spambot database. I don't know what is going on behind the scenes, but in my troubleshooting I read that adding the -v tag gives more debug information, so I've done that and pasted the output here.



It should be noted that I do not have access to the physical Linux server that is hosting the Git repository, that is GoDaddy's modified cPanel (that for some reason, when a team member ssh-ed into the server does not allow for shutdown or sudo, which according to my research are the two commands that would be most helpful)



C:UsersFish's Ocean>ssh -v XXXXXXXXXXXXXX@XXX.XXX.XXX.XXX
OpenSSH_for_Windows_7.6p1, LibreSSL 2.6.4
debug1: Connecting to XXX.XXX.XXX.XXX [XXX.XXX.XXX.XXX] port 22.
debug1: Connection established.
debug1: key_load_public: No such file or directory
debug1: identity file C:\Users\Fish's Ocean/.ssh/id_rsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file C:\Users\Fish's Ocean/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file C:\Users\Fish's Ocean/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file C:\Users\Fish's Ocean/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file C:\Users\Fish's Ocean/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file C:\Users\Fish's Ocean/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file C:\Users\Fish's Ocean/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file C:\Users\Fish's Ocean/.ssh/id_ed25519-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_for_Windows_7.6
ssh_exchange_identification: read: Connection reset









share|improve this question









New contributor




Dylan G Wolfer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    I cleared registry files, uninstalled and reinstalled PuTTY, and checked my IP against a spambot database. I don't know what is going on behind the scenes, but in my troubleshooting I read that adding the -v tag gives more debug information, so I've done that and pasted the output here.



    It should be noted that I do not have access to the physical Linux server that is hosting the Git repository, that is GoDaddy's modified cPanel (that for some reason, when a team member ssh-ed into the server does not allow for shutdown or sudo, which according to my research are the two commands that would be most helpful)



    C:UsersFish's Ocean>ssh -v XXXXXXXXXXXXXX@XXX.XXX.XXX.XXX
    OpenSSH_for_Windows_7.6p1, LibreSSL 2.6.4
    debug1: Connecting to XXX.XXX.XXX.XXX [XXX.XXX.XXX.XXX] port 22.
    debug1: Connection established.
    debug1: key_load_public: No such file or directory
    debug1: identity file C:\Users\Fish's Ocean/.ssh/id_rsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file C:\Users\Fish's Ocean/.ssh/id_rsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file C:\Users\Fish's Ocean/.ssh/id_dsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file C:\Users\Fish's Ocean/.ssh/id_dsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file C:\Users\Fish's Ocean/.ssh/id_ecdsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file C:\Users\Fish's Ocean/.ssh/id_ecdsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file C:\Users\Fish's Ocean/.ssh/id_ed25519 type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file C:\Users\Fish's Ocean/.ssh/id_ed25519-cert type -1
    debug1: Local version string SSH-2.0-OpenSSH_for_Windows_7.6
    ssh_exchange_identification: read: Connection reset









    share|improve this question









    New contributor




    Dylan G Wolfer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      I cleared registry files, uninstalled and reinstalled PuTTY, and checked my IP against a spambot database. I don't know what is going on behind the scenes, but in my troubleshooting I read that adding the -v tag gives more debug information, so I've done that and pasted the output here.



      It should be noted that I do not have access to the physical Linux server that is hosting the Git repository, that is GoDaddy's modified cPanel (that for some reason, when a team member ssh-ed into the server does not allow for shutdown or sudo, which according to my research are the two commands that would be most helpful)



      C:UsersFish's Ocean>ssh -v XXXXXXXXXXXXXX@XXX.XXX.XXX.XXX
      OpenSSH_for_Windows_7.6p1, LibreSSL 2.6.4
      debug1: Connecting to XXX.XXX.XXX.XXX [XXX.XXX.XXX.XXX] port 22.
      debug1: Connection established.
      debug1: key_load_public: No such file or directory
      debug1: identity file C:\Users\Fish's Ocean/.ssh/id_rsa type -1
      debug1: key_load_public: No such file or directory
      debug1: identity file C:\Users\Fish's Ocean/.ssh/id_rsa-cert type -1
      debug1: key_load_public: No such file or directory
      debug1: identity file C:\Users\Fish's Ocean/.ssh/id_dsa type -1
      debug1: key_load_public: No such file or directory
      debug1: identity file C:\Users\Fish's Ocean/.ssh/id_dsa-cert type -1
      debug1: key_load_public: No such file or directory
      debug1: identity file C:\Users\Fish's Ocean/.ssh/id_ecdsa type -1
      debug1: key_load_public: No such file or directory
      debug1: identity file C:\Users\Fish's Ocean/.ssh/id_ecdsa-cert type -1
      debug1: key_load_public: No such file or directory
      debug1: identity file C:\Users\Fish's Ocean/.ssh/id_ed25519 type -1
      debug1: key_load_public: No such file or directory
      debug1: identity file C:\Users\Fish's Ocean/.ssh/id_ed25519-cert type -1
      debug1: Local version string SSH-2.0-OpenSSH_for_Windows_7.6
      ssh_exchange_identification: read: Connection reset









      share|improve this question









      New contributor




      Dylan G Wolfer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I cleared registry files, uninstalled and reinstalled PuTTY, and checked my IP against a spambot database. I don't know what is going on behind the scenes, but in my troubleshooting I read that adding the -v tag gives more debug information, so I've done that and pasted the output here.



      It should be noted that I do not have access to the physical Linux server that is hosting the Git repository, that is GoDaddy's modified cPanel (that for some reason, when a team member ssh-ed into the server does not allow for shutdown or sudo, which according to my research are the two commands that would be most helpful)



      C:UsersFish's Ocean>ssh -v XXXXXXXXXXXXXX@XXX.XXX.XXX.XXX
      OpenSSH_for_Windows_7.6p1, LibreSSL 2.6.4
      debug1: Connecting to XXX.XXX.XXX.XXX [XXX.XXX.XXX.XXX] port 22.
      debug1: Connection established.
      debug1: key_load_public: No such file or directory
      debug1: identity file C:\Users\Fish's Ocean/.ssh/id_rsa type -1
      debug1: key_load_public: No such file or directory
      debug1: identity file C:\Users\Fish's Ocean/.ssh/id_rsa-cert type -1
      debug1: key_load_public: No such file or directory
      debug1: identity file C:\Users\Fish's Ocean/.ssh/id_dsa type -1
      debug1: key_load_public: No such file or directory
      debug1: identity file C:\Users\Fish's Ocean/.ssh/id_dsa-cert type -1
      debug1: key_load_public: No such file or directory
      debug1: identity file C:\Users\Fish's Ocean/.ssh/id_ecdsa type -1
      debug1: key_load_public: No such file or directory
      debug1: identity file C:\Users\Fish's Ocean/.ssh/id_ecdsa-cert type -1
      debug1: key_load_public: No such file or directory
      debug1: identity file C:\Users\Fish's Ocean/.ssh/id_ed25519 type -1
      debug1: key_load_public: No such file or directory
      debug1: identity file C:\Users\Fish's Ocean/.ssh/id_ed25519-cert type -1
      debug1: Local version string SSH-2.0-OpenSSH_for_Windows_7.6
      ssh_exchange_identification: read: Connection reset






      ssh openssh ssh-tunnel sshd ssh-keys






      share|improve this question









      New contributor




      Dylan G Wolfer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Dylan G Wolfer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 8 mins ago









      karel

      9,28093239




      9,28093239






      New contributor




      Dylan G Wolfer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 19 mins ago









      Dylan G WolferDylan G Wolfer

      1




      1




      New contributor




      Dylan G Wolfer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Dylan G Wolfer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Dylan G Wolfer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          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
          });


          }
          });






          Dylan G Wolfer is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1415196%2fcant-ssh-into-webserver-to-access-git-repository%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Dylan G Wolfer is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Dylan G Wolfer is a new contributor. Be nice, and check out our Code of Conduct.













          Dylan G Wolfer is a new contributor. Be nice, and check out our Code of Conduct.












          Dylan G Wolfer is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Super User!


          • 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%2fsuperuser.com%2fquestions%2f1415196%2fcant-ssh-into-webserver-to-access-git-repository%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

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...