- Log into Disk Station Manager using your Administrators credentials.
 
- Open Control Panel – Terminal & SNMP.
 
- Under Terminal, enable SSH service.
 
- A warning window will appear, select OK.
 
Note: As we have a Firewall enabled on our NAS, we are prompted to enable port 22. It’s worth noting that while port 22 is open on our NAS, it has not been opened on our router. So we should not be able to remotely access our NAS via SSH. Instead we can access SSH, via any computers connected to our local network. 
Note: Whenever you adjusting the firewall settings in your home network, we recommend that you confirm that you have not unintentionally opened a port to the internet. The easiest way to do this is to use Shields-up.
- We can now close Disk Station Manager and log into Windows.
 
- From the Windows Desktop open a Terminal Window.
 
- At the command prompt type:
 
ssh [administrator]@[ipaddress]
Note: You need to user the administrators name for your NAS, along with typing the local IP address to your NAS.
- You will now have to agree to adding an ECDA fingerprint to your computer. Type yes and press enter on your keyboard.
 
- Enter the administrators password to your NAS.
 
- You will now be connected to your NAS via SSH.
 
Note: You will know that you are connected to your NAS through an SSH tunnel, because at the command prompt, you will see the name you are logged in with, along with the name of your NAS. For example [administrator]@[name of your NAS]
Accessing the Root account
- To access the Root account on your NAS, you will need to do the following:
 
sudo -i
- When prompted for a password enter the administrators password to your NAS. This will log you into the Root account.
 
Note: The Root account is a powerful account, so when using it, you need to make sure that you know exactly what you are doing. A mistake while using Root could leave your NAS inoperable.
 
Add comment