mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-16 04:54:28 +02:00
doc/ssh-keys-import: handle RSA keys only
Sadly RouterOS does not (yet) support ed25519 keys...
This commit is contained in:
parent
28ff5e2aab
commit
4a5c55ca2b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Then run the script:
|
|||
|
||||
Starting with an `authorized_keys` file you can split it on a shell:
|
||||
|
||||
while read type key name; do echo $type $key $name > $name.pub; done < authorized_keys
|
||||
grep -E '^ssh-rsa' authorized_keys | while read type key name; do echo $type $key $name > $name.pub; done
|
||||
|
||||
---
|
||||
[◀ Go back to main README](../README.md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue