aboutsummaryrefslogtreecommitdiffstats
path: root/ssh-keys-import
blob: 14f7f31c7959cf19ee9021cb824572d0a2c48fae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#
# RouterOS script: ssh-keys-import
# Copyright (c) 2013-2018 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 ]; }