12b-Linux Webfig & SSH public key for Mikrotik access, no password

Опубликовано: 10 Октябрь 2024
на канале: ForTheMan
272
like

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]