First start by installing the ssh profile of the board. This can be done by adding the following lines to the ~/.ssh/config file.
If the file does not exist, create it.
Host hostboard
HostKeyAlgorithms=+ssh-rsa
Hostname 192.168.7.1
User root
Port 22