Today I Learned: SSH connection from macOS 10.12 to a My Cloud
Use the following command on Terminal to SSH from a macOS 10.12 (Sierra) computer to a My Cloud: Double-click on the Mac HD, the internal Mac hard drive visible on the top-right corner of the desktop screen. Click on Applications. Click on Utilities. Double-click on Disk Utility. In Disk Utility, double-click on Terminal. In Terminal, type the following command: ssh -oHostKeyAlgorithms=+ssh-dss sshd@wdmycloud.com.local Note: If the device name has changed, please use the IP address of the My Cloud instead. ...