Install OpenSSH on Drobo 5N











up vote
1
down vote

favorite












The DroboPorts site says that it is possible to install apps onto the Drobo 5N, but I understand the Drobo 5N only supports Copy and Plex right now and cannot install other apps.



Could someone please advise how I can get SSH installed on a Drobo 5N? Cannot find relevant instructions anywhere.










share|improve this question


























    up vote
    1
    down vote

    favorite












    The DroboPorts site says that it is possible to install apps onto the Drobo 5N, but I understand the Drobo 5N only supports Copy and Plex right now and cannot install other apps.



    Could someone please advise how I can get SSH installed on a Drobo 5N? Cannot find relevant instructions anywhere.










    share|improve this question
























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      The DroboPorts site says that it is possible to install apps onto the Drobo 5N, but I understand the Drobo 5N only supports Copy and Plex right now and cannot install other apps.



      Could someone please advise how I can get SSH installed on a Drobo 5N? Cannot find relevant instructions anywhere.










      share|improve this question













      The DroboPorts site says that it is possible to install apps onto the Drobo 5N, but I understand the Drobo 5N only supports Copy and Plex right now and cannot install other apps.



      Could someone please advise how I can get SSH installed on a Drobo 5N? Cannot find relevant instructions anywhere.







      drobo






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Sep 17 '13 at 20:40









      Ana

      4512815




      4512815






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          0
          down vote














          Connect to your Drobo



          You can quickly connect to your Drobo:




          1. Look up the IP address of your Drobo device using Drobo Dashboard You can find the Network Information under the Status section of the
            dashboard for your device.

          2. open PuTTY

          3. enter the connection details root@<ip-address>

          4. when prompted use the password "root" to authenticate


          You should now be logged-in and the PuTTY window should look like
          this:



          enter image description here



          Change the default password



          It's good practice to change publicly known default passwords as soon
          as possible. Sure, it's unlikely that anyone will connect to your
          network, stumble across your Drobo, connect, and do Evil Things™ but
          why take the risk.



          It's also a good way to give an example of using the SSH session.



          Simply type passwd, press Enter and follow the prompts. You won't
          see any output when you're typing your new password; you don't know
          how many spycams have been installed while you were at work during the
          day.



          Saving an SSH session



          If you have configured your home router to assign a fixed IP address
          to your Drobo you might want to save the session in PuTTY so that you
          don't need to type the username and destination every time you want to
          reconnect.



          Open the menu by clicking on the icon in the top left of the PuTTY
          window, and choose New Session.




          1. enter the connection details as before ( root@<ip-address>)

          2. In the text input field for Saved Sessions enter a name to call the session ('MyDrobo')

          3. click 'Save'




          Please refer to this guide for more information - http://blog.chisel.pm/2014/03/how-to-ssh-onto-drobo-5n-from-microsoft.html






          share|improve this answer























          • Please read How to reference material written by others. You need to quote correctly. Please read Markdown help. I've done this for you but please take note for future answers.
            – DavidPostill
            Feb 20 '16 at 10:29










          • You might also want to think about adding the remaining images to your answer. I added the one explicitly referred to otherwise the text didn't make sense. ("should look like this" with no image)
            – DavidPostill
            Feb 20 '16 at 10:34


















          up vote
          0
          down vote













          According to this site it should be possible and it has some instructions based on the Drobo-specific OpenSSH source code provided by DroboPorts:




          Install OpenSHH. This will allow you to log remotely into the
          Drobo unit. A few things to note:




          1. You will need to copy the openssh.tgz to the DroboApps share and then reboot, at which point OpenSHH will get installed and will start.

          2. Any users defined will by default have access via SSH to the Drobo

          3. Root has access with the default password root (please please please change this ASAP!)

          4. The defined administrator user’s username is Admin, not admin.







          share|improve this answer























            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',
            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%2fsuperuser.com%2fquestions%2f646727%2finstall-openssh-on-drobo-5n%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote














            Connect to your Drobo



            You can quickly connect to your Drobo:




            1. Look up the IP address of your Drobo device using Drobo Dashboard You can find the Network Information under the Status section of the
              dashboard for your device.

            2. open PuTTY

            3. enter the connection details root@<ip-address>

            4. when prompted use the password "root" to authenticate


            You should now be logged-in and the PuTTY window should look like
            this:



            enter image description here



            Change the default password



            It's good practice to change publicly known default passwords as soon
            as possible. Sure, it's unlikely that anyone will connect to your
            network, stumble across your Drobo, connect, and do Evil Things™ but
            why take the risk.



            It's also a good way to give an example of using the SSH session.



            Simply type passwd, press Enter and follow the prompts. You won't
            see any output when you're typing your new password; you don't know
            how many spycams have been installed while you were at work during the
            day.



            Saving an SSH session



            If you have configured your home router to assign a fixed IP address
            to your Drobo you might want to save the session in PuTTY so that you
            don't need to type the username and destination every time you want to
            reconnect.



            Open the menu by clicking on the icon in the top left of the PuTTY
            window, and choose New Session.




            1. enter the connection details as before ( root@<ip-address>)

            2. In the text input field for Saved Sessions enter a name to call the session ('MyDrobo')

            3. click 'Save'




            Please refer to this guide for more information - http://blog.chisel.pm/2014/03/how-to-ssh-onto-drobo-5n-from-microsoft.html






            share|improve this answer























            • Please read How to reference material written by others. You need to quote correctly. Please read Markdown help. I've done this for you but please take note for future answers.
              – DavidPostill
              Feb 20 '16 at 10:29










            • You might also want to think about adding the remaining images to your answer. I added the one explicitly referred to otherwise the text didn't make sense. ("should look like this" with no image)
              – DavidPostill
              Feb 20 '16 at 10:34















            up vote
            0
            down vote














            Connect to your Drobo



            You can quickly connect to your Drobo:




            1. Look up the IP address of your Drobo device using Drobo Dashboard You can find the Network Information under the Status section of the
              dashboard for your device.

            2. open PuTTY

            3. enter the connection details root@<ip-address>

            4. when prompted use the password "root" to authenticate


            You should now be logged-in and the PuTTY window should look like
            this:



            enter image description here



            Change the default password



            It's good practice to change publicly known default passwords as soon
            as possible. Sure, it's unlikely that anyone will connect to your
            network, stumble across your Drobo, connect, and do Evil Things™ but
            why take the risk.



            It's also a good way to give an example of using the SSH session.



            Simply type passwd, press Enter and follow the prompts. You won't
            see any output when you're typing your new password; you don't know
            how many spycams have been installed while you were at work during the
            day.



            Saving an SSH session



            If you have configured your home router to assign a fixed IP address
            to your Drobo you might want to save the session in PuTTY so that you
            don't need to type the username and destination every time you want to
            reconnect.



            Open the menu by clicking on the icon in the top left of the PuTTY
            window, and choose New Session.




            1. enter the connection details as before ( root@<ip-address>)

            2. In the text input field for Saved Sessions enter a name to call the session ('MyDrobo')

            3. click 'Save'




            Please refer to this guide for more information - http://blog.chisel.pm/2014/03/how-to-ssh-onto-drobo-5n-from-microsoft.html






            share|improve this answer























            • Please read How to reference material written by others. You need to quote correctly. Please read Markdown help. I've done this for you but please take note for future answers.
              – DavidPostill
              Feb 20 '16 at 10:29










            • You might also want to think about adding the remaining images to your answer. I added the one explicitly referred to otherwise the text didn't make sense. ("should look like this" with no image)
              – DavidPostill
              Feb 20 '16 at 10:34













            up vote
            0
            down vote










            up vote
            0
            down vote










            Connect to your Drobo



            You can quickly connect to your Drobo:




            1. Look up the IP address of your Drobo device using Drobo Dashboard You can find the Network Information under the Status section of the
              dashboard for your device.

            2. open PuTTY

            3. enter the connection details root@<ip-address>

            4. when prompted use the password "root" to authenticate


            You should now be logged-in and the PuTTY window should look like
            this:



            enter image description here



            Change the default password



            It's good practice to change publicly known default passwords as soon
            as possible. Sure, it's unlikely that anyone will connect to your
            network, stumble across your Drobo, connect, and do Evil Things™ but
            why take the risk.



            It's also a good way to give an example of using the SSH session.



            Simply type passwd, press Enter and follow the prompts. You won't
            see any output when you're typing your new password; you don't know
            how many spycams have been installed while you were at work during the
            day.



            Saving an SSH session



            If you have configured your home router to assign a fixed IP address
            to your Drobo you might want to save the session in PuTTY so that you
            don't need to type the username and destination every time you want to
            reconnect.



            Open the menu by clicking on the icon in the top left of the PuTTY
            window, and choose New Session.




            1. enter the connection details as before ( root@<ip-address>)

            2. In the text input field for Saved Sessions enter a name to call the session ('MyDrobo')

            3. click 'Save'




            Please refer to this guide for more information - http://blog.chisel.pm/2014/03/how-to-ssh-onto-drobo-5n-from-microsoft.html






            share|improve this answer















            Connect to your Drobo



            You can quickly connect to your Drobo:




            1. Look up the IP address of your Drobo device using Drobo Dashboard You can find the Network Information under the Status section of the
              dashboard for your device.

            2. open PuTTY

            3. enter the connection details root@<ip-address>

            4. when prompted use the password "root" to authenticate


            You should now be logged-in and the PuTTY window should look like
            this:



            enter image description here



            Change the default password



            It's good practice to change publicly known default passwords as soon
            as possible. Sure, it's unlikely that anyone will connect to your
            network, stumble across your Drobo, connect, and do Evil Things™ but
            why take the risk.



            It's also a good way to give an example of using the SSH session.



            Simply type passwd, press Enter and follow the prompts. You won't
            see any output when you're typing your new password; you don't know
            how many spycams have been installed while you were at work during the
            day.



            Saving an SSH session



            If you have configured your home router to assign a fixed IP address
            to your Drobo you might want to save the session in PuTTY so that you
            don't need to type the username and destination every time you want to
            reconnect.



            Open the menu by clicking on the icon in the top left of the PuTTY
            window, and choose New Session.




            1. enter the connection details as before ( root@<ip-address>)

            2. In the text input field for Saved Sessions enter a name to call the session ('MyDrobo')

            3. click 'Save'




            Please refer to this guide for more information - http://blog.chisel.pm/2014/03/how-to-ssh-onto-drobo-5n-from-microsoft.html







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Feb 20 '16 at 10:32









            DavidPostill

            102k25216252




            102k25216252










            answered Feb 20 '16 at 10:01









            Elizabeth Anderson

            814




            814












            • Please read How to reference material written by others. You need to quote correctly. Please read Markdown help. I've done this for you but please take note for future answers.
              – DavidPostill
              Feb 20 '16 at 10:29










            • You might also want to think about adding the remaining images to your answer. I added the one explicitly referred to otherwise the text didn't make sense. ("should look like this" with no image)
              – DavidPostill
              Feb 20 '16 at 10:34


















            • Please read How to reference material written by others. You need to quote correctly. Please read Markdown help. I've done this for you but please take note for future answers.
              – DavidPostill
              Feb 20 '16 at 10:29










            • You might also want to think about adding the remaining images to your answer. I added the one explicitly referred to otherwise the text didn't make sense. ("should look like this" with no image)
              – DavidPostill
              Feb 20 '16 at 10:34
















            Please read How to reference material written by others. You need to quote correctly. Please read Markdown help. I've done this for you but please take note for future answers.
            – DavidPostill
            Feb 20 '16 at 10:29




            Please read How to reference material written by others. You need to quote correctly. Please read Markdown help. I've done this for you but please take note for future answers.
            – DavidPostill
            Feb 20 '16 at 10:29












            You might also want to think about adding the remaining images to your answer. I added the one explicitly referred to otherwise the text didn't make sense. ("should look like this" with no image)
            – DavidPostill
            Feb 20 '16 at 10:34




            You might also want to think about adding the remaining images to your answer. I added the one explicitly referred to otherwise the text didn't make sense. ("should look like this" with no image)
            – DavidPostill
            Feb 20 '16 at 10:34












            up vote
            0
            down vote













            According to this site it should be possible and it has some instructions based on the Drobo-specific OpenSSH source code provided by DroboPorts:




            Install OpenSHH. This will allow you to log remotely into the
            Drobo unit. A few things to note:




            1. You will need to copy the openssh.tgz to the DroboApps share and then reboot, at which point OpenSHH will get installed and will start.

            2. Any users defined will by default have access via SSH to the Drobo

            3. Root has access with the default password root (please please please change this ASAP!)

            4. The defined administrator user’s username is Admin, not admin.







            share|improve this answer



























              up vote
              0
              down vote













              According to this site it should be possible and it has some instructions based on the Drobo-specific OpenSSH source code provided by DroboPorts:




              Install OpenSHH. This will allow you to log remotely into the
              Drobo unit. A few things to note:




              1. You will need to copy the openssh.tgz to the DroboApps share and then reboot, at which point OpenSHH will get installed and will start.

              2. Any users defined will by default have access via SSH to the Drobo

              3. Root has access with the default password root (please please please change this ASAP!)

              4. The defined administrator user’s username is Admin, not admin.







              share|improve this answer

























                up vote
                0
                down vote










                up vote
                0
                down vote









                According to this site it should be possible and it has some instructions based on the Drobo-specific OpenSSH source code provided by DroboPorts:




                Install OpenSHH. This will allow you to log remotely into the
                Drobo unit. A few things to note:




                1. You will need to copy the openssh.tgz to the DroboApps share and then reboot, at which point OpenSHH will get installed and will start.

                2. Any users defined will by default have access via SSH to the Drobo

                3. Root has access with the default password root (please please please change this ASAP!)

                4. The defined administrator user’s username is Admin, not admin.







                share|improve this answer














                According to this site it should be possible and it has some instructions based on the Drobo-specific OpenSSH source code provided by DroboPorts:




                Install OpenSHH. This will allow you to log remotely into the
                Drobo unit. A few things to note:




                1. You will need to copy the openssh.tgz to the DroboApps share and then reboot, at which point OpenSHH will get installed and will start.

                2. Any users defined will by default have access via SSH to the Drobo

                3. Root has access with the default password root (please please please change this ASAP!)

                4. The defined administrator user’s username is Admin, not admin.








                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Apr 16 '17 at 16:47









                JakeGould

                30.7k1093135




                30.7k1093135










                answered Sep 17 '13 at 21:05









                Rik

                10.9k12133




                10.9k12133






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f646727%2finstall-openssh-on-drobo-5n%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

                    QoS: MAC-Priority for clients behind a repeater

                    Ивакино (Тотемский район)

                    Can't locate Autom4te/ChannelDefs.pm in @INC (when it definitely is there)