Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dvr:nas:wd:single [2022/11/09 03:11] nedsdvr:nas:wd:single [2022/11/09 03:31] (current) neds
Line 55: Line 55:
 The install program will auto-detect when SSH has been enabled and then ask you to enter your username and password. The install program will auto-detect when SSH has been enabled and then ask you to enter your username and password.
  
-<WRAP alert> 
-Security: Some NAS products use a default username and password for SSH. If this is the case for you, the NAS should be on a home network firewalled by a home router. It may also be a good idea to disable SSH on your NAS when not using the NAS install tool. 
-</WRAP> 
 </panel> </panel>
- 
 <panel type="success" title="Step 6"><image shape="thumbnail">{{ :step_4_-_nas_install_5_-_all_done.png?direct&600|}}</image> <panel type="success" title="Step 6"><image shape="thumbnail">{{ :step_4_-_nas_install_5_-_all_done.png?direct&600|}}</image>
 **Success:** **Success:**
  
 The NAS Install program should download and start the HDHomeRun DVR software and report SUCCESS. The NAS Install program should download and start the HDHomeRun DVR software and report SUCCESS.
 +
 +Don't forget to turn SSH back off when you are done.
 </panel> </panel>
  
Line 74: Line 72:
   - Go to the NAS webpage. This is usually available at http://wdmycloud/ or http://wdmycloud.local/. If you know the IP address of your My Cloud you can also enter that in your browser's address bar. Log in once you arrive at the page.   - Go to the NAS webpage. This is usually available at http://wdmycloud/ or http://wdmycloud.local/. If you know the IP address of your My Cloud you can also enter that in your browser's address bar. Log in once you arrive at the page.
   - <wrapper>Enable SSH support. Go to the Settings page, Network, and set SSH to ON.    - <wrapper>Enable SSH support. Go to the Settings page, Network, and set SSH to ON. 
-<WRAP alert>Security: Some NAS products use a default username and password for SSH. If this is the case for you, the NAS should be on a home network firewalled by a home router. It may also be a good idea to disable SSH on your WD My Cloud when not needed.</WRAP> 
 <WRAP tip>Western Digital now uses "sshd" instead of "root" for the ssh username.</WRAP></wrapper> <WRAP tip>Western Digital now uses "sshd" instead of "root" for the ssh username.</WRAP></wrapper>
   - <wrapper>Open a terminal window (on Mac OS, open Terminal.app. For Windows 10 **[[https://www.howtogeek.com/336775/how-to-enable-and-use-windows-10s-built-in-ssh-commands/|click here]]**) and type "ssh sshd@wdmycloud" or "ssh sshd@<ip address of My Cloud>", e.g. "ssh sshd@192.168.0.102"   - <wrapper>Open a terminal window (on Mac OS, open Terminal.app. For Windows 10 **[[https://www.howtogeek.com/336775/how-to-enable-and-use-windows-10s-built-in-ssh-commands/|click here]]**) and type "ssh sshd@wdmycloud" or "ssh sshd@<ip address of My Cloud>", e.g. "ssh sshd@192.168.0.102"
Line 87: Line 84:
   - Install the HDHomeRun DVR software package. Run the following command: <code>upload_apkg -d -s 1 -p ../../../../../tmp/hdhomerun_dvr.apkg</code>   - Install the HDHomeRun DVR software package. Run the following command: <code>upload_apkg -d -s 1 -p ../../../../../tmp/hdhomerun_dvr.apkg</code>
   - Start the DVR. Run the following command: <code>/mnt/HD/HD_a2/Nas_Prog/hdhomerun_dvr/start.sh</code>   - Start the DVR. Run the following command: <code>/mnt/HD/HD_a2/Nas_Prog/hdhomerun_dvr/start.sh</code>
 +  - Disable SSH support. Go to the Settings page, Network, and set SSH to OFF. 
  
 </WRAP> </WRAP>
Line 97: Line 95:
   - Go to the NAS webpage. This is usually available at http://wdmycloud/ or http://wdmycloud.local/. If you know the IP address of your My Cloud you can also enter that in your browser's address bar. Log in once you arrive at the page.   - Go to the NAS webpage. This is usually available at http://wdmycloud/ or http://wdmycloud.local/. If you know the IP address of your My Cloud you can also enter that in your browser's address bar. Log in once you arrive at the page.
   - <wrapper>Enable SSH support. Go to the Settings page, Network, and set SSH to ON.    - <wrapper>Enable SSH support. Go to the Settings page, Network, and set SSH to ON. 
-<WRAP alert>Security: Some NAS products use a default username and password for SSH. If this is the case for you, the NAS should be on a home network firewalled by a home router. It may also be a good idea to disable SSH on your WD My Cloud when not needed.</WRAP> 
 <WRAP tip>Western Digital now uses "sshd" instead of "root" for the ssh username.</WRAP></wrapper> <WRAP tip>Western Digital now uses "sshd" instead of "root" for the ssh username.</WRAP></wrapper>
   - <wrapper>Open a terminal window (on Mac OS, open Terminal.app. For Windows 10 **[[https://www.howtogeek.com/336775/how-to-enable-and-use-windows-10s-built-in-ssh-commands/|click here]]**) and type "ssh sshd@wdmycloud" or "ssh sshd@<ip address of My Cloud>", e.g. "ssh sshd@192.168.0.102"   - <wrapper>Open a terminal window (on Mac OS, open Terminal.app. For Windows 10 **[[https://www.howtogeek.com/336775/how-to-enable-and-use-windows-10s-built-in-ssh-commands/|click here]]**) and type "ssh sshd@wdmycloud" or "ssh sshd@<ip address of My Cloud>", e.g. "ssh sshd@192.168.0.102"
Line 120: Line 117:
 echo RecordPath=/shares/HDHomeRun/ | sudo tee /shares/HDHomeRun/hdhomerun.conf echo RecordPath=/shares/HDHomeRun/ | sudo tee /shares/HDHomeRun/hdhomerun.conf
  
-sudo /etc/init.d/hdhomerun_record start</code> +sudo /etc/init.d/hdhomerun_record start</code></wrapper> 
-</wrapper>+  - Disable SSH support. Go to the Settings page, Network, and set SSH to OFF.  
  
 </WRAP> </WRAP>
  • Last modified: 2022/11/09 03:11