mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
add scripts
This commit is contained in:
10
ssh-keys-import
Normal file
10
ssh-keys-import
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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 ]; }
|
Reference in New Issue
Block a user