aboutsummaryrefslogtreecommitdiffstats
path: root/ssh-keys-import
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-03-27 21:50:53 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-03-27 22:12:49 +0100
commit997ef3bf2379c1526e39544067c8257d5e999b14 (patch)
treedc45b99da1ffcb287d8585434587b509a766f536 /ssh-keys-import
parente8bc0a7169df0d0995675aa86c1a84f7ebbb10f9 (diff)
add doc/ssh-keys-import.md
Diffstat (limited to 'ssh-keys-import')
-rw-r--r--ssh-keys-import9
1 files changed, 4 insertions, 5 deletions
diff --git a/ssh-keys-import b/ssh-keys-import
index da933ce..9be92d1 100644
--- a/ssh-keys-import
+++ b/ssh-keys-import
@@ -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 ];
+}