mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-06 01:49:28 +00:00
doc/mod/ssh-keys-import: create code block with indention
This commit is contained in:
parent
335266f247
commit
677b5b8069
1 changed files with 4 additions and 6 deletions
|
|
@ -51,12 +51,10 @@ The functions `$SSHKeysImportFile` can read an `authorized_keys`-style file
|
|||
and import all the keys. The user given to the function can be overwritting
|
||||
from comments in the file. Create a file `keys.pub` with this content:
|
||||
|
||||
```
|
||||
ssh-ed25519 AAAAC3Nza...3OcN8A user@client
|
||||
ssh-rsa AAAAB3Nza...ozyts= worker@station
|
||||
# user=example
|
||||
ssh-rsa AAAAB3Nza...GXQVk= person@host
|
||||
```
|
||||
ssh-ed25519 AAAAC3Nza...3OcN8A user@client
|
||||
ssh-rsa AAAAB3Nza...ozyts= worker@station
|
||||
# user=example
|
||||
ssh-rsa AAAAB3Nza...GXQVk= person@host
|
||||
|
||||
Then import it with:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue