mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-31 08:14:56 +02:00
add scripts
This commit is contained in:
parent
1d99dc38ff
commit
e1f134ead5
28 changed files with 842 additions and 0 deletions
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 ]; }
|
Loading…
Add table
Add a link
Reference in a new issue