Skip to content

Commit

Permalink
Explicit mv target flags
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Aug 21, 2024
1 parent 2475f4a commit ffbe525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The first thing you need are **host keys** for the OpenSSH server. You can gener
```bash
mkdir -p hostkeys/etc/ssh
ssh-keygen -Af hostkeys
mv hostkeys/etc/ssh/* hostkeys
mv -thostkeys hostkeys/etc/ssh/*
rm -r hostkeys/etc
```

Expand Down

0 comments on commit ffbe525

Please sign in to comment.