1
0
Fork 0

bluefeds: add steps to generate SSH keys

This commit is contained in:
Pratham Patel 2022-07-31 17:34:09 +05:30
parent 569208ad03
commit 64196a5b4a
1 changed files with 8 additions and 0 deletions

View File

@ -71,6 +71,14 @@ sudo grubby --remove-args=rhgb --update-kernel=ALL
```
### Generate SSH keys
```bash
cd $HOME/.ssh
ssh-keygen -t ed25519
```
### Reboot
```bash