Here, not for the general concept of SSH but for the SSH server on linux
It can be ran using: systemctl start ssh after: sudo apt install openssh-server
SSH keys
Get the fingerprint of an IP adress: ssh-keygen -H -F <10.0.0.1>
SSH Tunneling
With ssh -L one can tunnel into another device from the local machine.