Windows users see previous video. Demonstrates how to install ssh public key to Mikrotik on a Linux machine.
Build your own home @ https://drystacked.com
Generate your keys (on local Linux machine):
cd .ssh
ssh-keygen -t rsa -b 8192
show your new key files (on local Linux machine):
ls
Copy public key to router files (using webfig)
Install router public key to username (using webfig)
Test key from local linux machine:
ssh [email protected]