Install OpenSSH on Drobo 5N
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
add a comment |
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
add a comment |
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
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
drobo
asked Sep 17 '13 at 20:40
Ana
4512915
4512915
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Connect to your Drobo
You can quickly connect to your Drobo:
- 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.
- open PuTTY
- enter the connection details
root@<ip-address>
- when prompted use the password "root" to authenticate
You should now be logged-in and the PuTTY window should look like
this:
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.
- enter the connection details as before (
root@<ip-address>
)
- In the text input field for Saved Sessions enter a name to call the session ('MyDrobo')
- 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
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
add a comment |
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:
- 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.
- Any users defined will by default have access via SSH to the Drobo
- Root has access with the default password
root
(please please please change this ASAP!)
- The defined administrator user’s username is
Admin
, notadmin
.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Connect to your Drobo
You can quickly connect to your Drobo:
- 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.
- open PuTTY
- enter the connection details
root@<ip-address>
- when prompted use the password "root" to authenticate
You should now be logged-in and the PuTTY window should look like
this:
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.
- enter the connection details as before (
root@<ip-address>
)
- In the text input field for Saved Sessions enter a name to call the session ('MyDrobo')
- 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
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
add a comment |
Connect to your Drobo
You can quickly connect to your Drobo:
- 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.
- open PuTTY
- enter the connection details
root@<ip-address>
- when prompted use the password "root" to authenticate
You should now be logged-in and the PuTTY window should look like
this:
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.
- enter the connection details as before (
root@<ip-address>
)
- In the text input field for Saved Sessions enter a name to call the session ('MyDrobo')
- 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
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
add a comment |
Connect to your Drobo
You can quickly connect to your Drobo:
- 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.
- open PuTTY
- enter the connection details
root@<ip-address>
- when prompted use the password "root" to authenticate
You should now be logged-in and the PuTTY window should look like
this:
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.
- enter the connection details as before (
root@<ip-address>
)
- In the text input field for Saved Sessions enter a name to call the session ('MyDrobo')
- 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
Connect to your Drobo
You can quickly connect to your Drobo:
- 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.
- open PuTTY
- enter the connection details
root@<ip-address>
- when prompted use the password "root" to authenticate
You should now be logged-in and the PuTTY window should look like
this:
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.
- enter the connection details as before (
root@<ip-address>
)
- In the text input field for Saved Sessions enter a name to call the session ('MyDrobo')
- 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
edited Feb 20 '16 at 10:32
DavidPostill♦
103k25223257
103k25223257
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
add a comment |
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
add a comment |
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:
- 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.
- Any users defined will by default have access via SSH to the Drobo
- Root has access with the default password
root
(please please please change this ASAP!)
- The defined administrator user’s username is
Admin
, notadmin
.
add a comment |
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:
- 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.
- Any users defined will by default have access via SSH to the Drobo
- Root has access with the default password
root
(please please please change this ASAP!)
- The defined administrator user’s username is
Admin
, notadmin
.
add a comment |
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:
- 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.
- Any users defined will by default have access via SSH to the Drobo
- Root has access with the default password
root
(please please please change this ASAP!)
- The defined administrator user’s username is
Admin
, notadmin
.
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:
- 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.
- Any users defined will by default have access via SSH to the Drobo
- Root has access with the default password
root
(please please please change this ASAP!)
- The defined administrator user’s username is
Admin
, notadmin
.
edited Apr 16 '17 at 16:47
JakeGould
31k1093137
31k1093137
answered Sep 17 '13 at 21:05
Rik
10.9k12133
10.9k12133
add a comment |
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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