SSH
SSH is a protocol to encrypt data connections. It's been used most times to get a shell on remote systems.
Supported NAS devices
SSH is available for the following NAS devices:
N2R1/N2B1 | N1T1 |
---|---|
Yes | Yes |
Configuration
The SSH server does not require any additional configuration. Start the SSH server via the web interface.
N2R1/N2B1
Web interface → Services → Shell → SSH → Enable.
N1T1
Web interface → ServiceManager → Net → SSH → Start.
Usage
Use a SSH client to gain access to the NAS device.
Linux
A SSH client should be installed by default. If not, install the OpenSSH package. Open a shell and start SSH. Examples:
> ssh user@hostname > ssh admin@192.168.0.2
Windows
PuTTY is a free SSH client, which requires no installation.
Start PuTTY and enter the hostname or IP address in the textbox labeled hostname (or IP address). Click on Open and enter your authentication credentials.