mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-31 07:09:59 +02:00
add doc/ssh-keys-import.md
This commit is contained in:
parent
e8bc0a7169
commit
997ef3bf23
2 changed files with 37 additions and 5 deletions
|
@ -3,9 +3,8 @@
|
|||
# Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de>
|
||||
#
|
||||
# import ssh keys from file
|
||||
# https://git.eworm.de/cgit/routeros-scripts/about/doc/ssh-keys-import.md
|
||||
|
||||
# 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 ]; }
|
||||
: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