Batch deployment of DSA key (SSH) and schedule backup with export
From MikroTik Wiki
Pasting in script and information very soon.
Use this
%ssh-keygen -t dsa
This creates a DSA key pair that is compatible with Mikrotik.
#!/bin/sh scp key_for_backup admin@$1:. ssh admin@$1 "user ssh-keys import file=key_for_backup user=admin" echo "$1 " >> node_liste
yeah and more text. even more text
here comes script two
more text