sudo vi /etc/ssh/sshd_configAdd, uncomment or edit the following lines
GatewayPorts yes ClientAliveCountMax 4 ClientAliveInterval 12
sudo service ssh restart
mkdir ~/.ssh chmod 700 ~/.ssh cat /tmp/id_rsa.pub >> ~/.ssh/authorized_keys chmod 600 ~/.ssh/authorized_keysIf the ~/.ssh already exists, ignore the error message when running the mkdir command. The mkdir and chmod commands only need to be done once. When adding future QVidium units you only enter the cat conmmand.
http://69.5.14.25:9001/