SSHFS Error: “Bad SSH2 cipher spec 'arcfour'” & “read: Connection reset by peer”

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












Hellow world!



So I've started developing a project that will run on rPi-3B+. I've run into a problem with SSHFS.



Right now I'd really like to be able to edit, and commit, the git repo stored on the Pi from my text editor, atom, on my laptop over SSHFS.



The first time I mounted the file system it worked fine running this command:



sudo sshfs -o allow_other pi@xxx.xx.xx.xxx: ../../mnt/ceresPi2/


Then I started getting this error in terminal:



read: Connection reset by peer


This thread in this forum from a few years ago was all I found but then I noticed a comment on it from less than a month ago: Connection reset by peer using sshfs



I've done all the steps suggested by everyone in that thread and am still getting the same result.



The second to last comment, by eddygeek, talks about a debug command which gave me the same result as their self:



sshfs -odebug,sshfs_debug,loglevel=debug -o Ciphers=arcfour -o Compression=no -o allow_root -o transform_symlinks localhost:/ /mnt/your_mount_point


gives



command-line line 0: Bad SSH2 cipher spec 'arcfour'.
read: Connection reset by peer


They claim this doesn't happen in fedora but does in ubuntu without an explanation.



I can't seem to find a reason for that online. Would any of you have encountered this recently on Ubuntu or know of a solution?



What's stranger is that I have a second pi running different software but I can mount it to '/mnt/ceresPi1/' without a problem. I can mount it to the same '/mnt/ceresPi2/' pount as well. The Pi giving the issues won't mount to the 'ceresPi1' mount point either, nor to a fresh one @'/mnt/ceresPi3'.



It doesn't even get to the point of asking me for the user password, as I'm not using the saved keys at the moment, since that's just another failure point while I figure this part out.



My stop gap measure is to push a commit to my gitHub repo and then pull it down to the pi server since SSH still works but not SSHFS. obviously this is not ideal.



Thanks in advance for any help you can offer!









share







New contributor




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























    up vote
    0
    down vote

    favorite












    Hellow world!



    So I've started developing a project that will run on rPi-3B+. I've run into a problem with SSHFS.



    Right now I'd really like to be able to edit, and commit, the git repo stored on the Pi from my text editor, atom, on my laptop over SSHFS.



    The first time I mounted the file system it worked fine running this command:



    sudo sshfs -o allow_other pi@xxx.xx.xx.xxx: ../../mnt/ceresPi2/


    Then I started getting this error in terminal:



    read: Connection reset by peer


    This thread in this forum from a few years ago was all I found but then I noticed a comment on it from less than a month ago: Connection reset by peer using sshfs



    I've done all the steps suggested by everyone in that thread and am still getting the same result.



    The second to last comment, by eddygeek, talks about a debug command which gave me the same result as their self:



    sshfs -odebug,sshfs_debug,loglevel=debug -o Ciphers=arcfour -o Compression=no -o allow_root -o transform_symlinks localhost:/ /mnt/your_mount_point


    gives



    command-line line 0: Bad SSH2 cipher spec 'arcfour'.
    read: Connection reset by peer


    They claim this doesn't happen in fedora but does in ubuntu without an explanation.



    I can't seem to find a reason for that online. Would any of you have encountered this recently on Ubuntu or know of a solution?



    What's stranger is that I have a second pi running different software but I can mount it to '/mnt/ceresPi1/' without a problem. I can mount it to the same '/mnt/ceresPi2/' pount as well. The Pi giving the issues won't mount to the 'ceresPi1' mount point either, nor to a fresh one @'/mnt/ceresPi3'.



    It doesn't even get to the point of asking me for the user password, as I'm not using the saved keys at the moment, since that's just another failure point while I figure this part out.



    My stop gap measure is to push a commit to my gitHub repo and then pull it down to the pi server since SSH still works but not SSHFS. obviously this is not ideal.



    Thanks in advance for any help you can offer!









    share







    New contributor




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





















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      Hellow world!



      So I've started developing a project that will run on rPi-3B+. I've run into a problem with SSHFS.



      Right now I'd really like to be able to edit, and commit, the git repo stored on the Pi from my text editor, atom, on my laptop over SSHFS.



      The first time I mounted the file system it worked fine running this command:



      sudo sshfs -o allow_other pi@xxx.xx.xx.xxx: ../../mnt/ceresPi2/


      Then I started getting this error in terminal:



      read: Connection reset by peer


      This thread in this forum from a few years ago was all I found but then I noticed a comment on it from less than a month ago: Connection reset by peer using sshfs



      I've done all the steps suggested by everyone in that thread and am still getting the same result.



      The second to last comment, by eddygeek, talks about a debug command which gave me the same result as their self:



      sshfs -odebug,sshfs_debug,loglevel=debug -o Ciphers=arcfour -o Compression=no -o allow_root -o transform_symlinks localhost:/ /mnt/your_mount_point


      gives



      command-line line 0: Bad SSH2 cipher spec 'arcfour'.
      read: Connection reset by peer


      They claim this doesn't happen in fedora but does in ubuntu without an explanation.



      I can't seem to find a reason for that online. Would any of you have encountered this recently on Ubuntu or know of a solution?



      What's stranger is that I have a second pi running different software but I can mount it to '/mnt/ceresPi1/' without a problem. I can mount it to the same '/mnt/ceresPi2/' pount as well. The Pi giving the issues won't mount to the 'ceresPi1' mount point either, nor to a fresh one @'/mnt/ceresPi3'.



      It doesn't even get to the point of asking me for the user password, as I'm not using the saved keys at the moment, since that's just another failure point while I figure this part out.



      My stop gap measure is to push a commit to my gitHub repo and then pull it down to the pi server since SSH still works but not SSHFS. obviously this is not ideal.



      Thanks in advance for any help you can offer!









      share







      New contributor




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











      Hellow world!



      So I've started developing a project that will run on rPi-3B+. I've run into a problem with SSHFS.



      Right now I'd really like to be able to edit, and commit, the git repo stored on the Pi from my text editor, atom, on my laptop over SSHFS.



      The first time I mounted the file system it worked fine running this command:



      sudo sshfs -o allow_other pi@xxx.xx.xx.xxx: ../../mnt/ceresPi2/


      Then I started getting this error in terminal:



      read: Connection reset by peer


      This thread in this forum from a few years ago was all I found but then I noticed a comment on it from less than a month ago: Connection reset by peer using sshfs



      I've done all the steps suggested by everyone in that thread and am still getting the same result.



      The second to last comment, by eddygeek, talks about a debug command which gave me the same result as their self:



      sshfs -odebug,sshfs_debug,loglevel=debug -o Ciphers=arcfour -o Compression=no -o allow_root -o transform_symlinks localhost:/ /mnt/your_mount_point


      gives



      command-line line 0: Bad SSH2 cipher spec 'arcfour'.
      read: Connection reset by peer


      They claim this doesn't happen in fedora but does in ubuntu without an explanation.



      I can't seem to find a reason for that online. Would any of you have encountered this recently on Ubuntu or know of a solution?



      What's stranger is that I have a second pi running different software but I can mount it to '/mnt/ceresPi1/' without a problem. I can mount it to the same '/mnt/ceresPi2/' pount as well. The Pi giving the issues won't mount to the 'ceresPi1' mount point either, nor to a fresh one @'/mnt/ceresPi3'.



      It doesn't even get to the point of asking me for the user password, as I'm not using the saved keys at the moment, since that's just another failure point while I figure this part out.



      My stop gap measure is to push a commit to my gitHub repo and then pull it down to the pi server since SSH still works but not SSHFS. obviously this is not ideal.



      Thanks in advance for any help you can offer!







      ubuntu ssh sshfs fuse fuser





      share







      New contributor




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










      share







      New contributor




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








      share



      share






      New contributor




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









      asked 2 mins ago









      Eru

      1




      1




      New contributor




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





      New contributor





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






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

























          active

          oldest

          votes











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          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',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          Eru 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%2funix.stackexchange.com%2fquestions%2f476120%2fsshfs-error-bad-ssh2-cipher-spec-arcfour-read-connection-reset-by-peer%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Eru is a new contributor. Be nice, and check out our Code of Conduct.









           

          draft saved


          draft discarded


















          Eru is a new contributor. Be nice, and check out our Code of Conduct.












          Eru is a new contributor. Be nice, and check out our Code of Conduct.











          Eru 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%2funix.stackexchange.com%2fquestions%2f476120%2fsshfs-error-bad-ssh2-cipher-spec-arcfour-read-connection-reset-by-peer%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay