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.
drobo
add a comment |
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.
drobo
add a comment |
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.
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
4512815
4512815
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
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 |
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:
- 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 |
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:
- 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 |
up vote
0
down vote
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 |
up vote
0
down vote
up vote
0
down vote
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♦
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
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 |
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:
- 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 |
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:
- 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 |
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:
- 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
30.7k1093135
30.7k1093135
answered Sep 17 '13 at 21:05
Rik
10.9k12133
10.9k12133
add a comment |
add a comment |
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