mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-11 22:40:01 +03:00
Updated readme with ssh-keygen example
This commit is contained in:
parent
1d9c25d3b4
commit
022a7d75e2
@ -313,6 +313,11 @@ failures at that end. Also the exit code will indicate the number of failures.
|
||||
|
||||
```
|
||||
|
||||
### Generate SSH key
|
||||
```
|
||||
ssh-keygen -o -a 256 -t ed25519 -f ~/.ssh/id_ed25519-backup -C "Backups <backup@domain.example>"
|
||||
ssh-keygen -o -a 256 -b 16384 -t rsa -f ~/.ssh/id_rsa-backup -C "Backups <backup@domain.example>"
|
||||
```
|
||||
|
||||
### Speeding up SSH and prevent connection flooding
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user