aboutsummaryrefslogtreecommitdiffstats
path: root/ssh-keys-import
blob: da933ced4aed7ec992e91db14856162b09116850 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!rsc
# RouterOS script: ssh-keys-import
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de>
#
# import ssh keys from file

# Split files with several keys from a shell...
# while read type key name; do echo $type $key $name > $name.pub; done < keys.pub
# ... then transfer with scp/sftp.

:foreach Key in=[ / file find where type="ssh key" ] do={ / user ssh-key import user=admin public-key-file=[ / file get $Key name ]; }