Skip to content

Commit

Permalink
add a sentence suggesting to delete the .ssh_config file to prompt re…
Browse files Browse the repository at this point in the history
…-generating it after destroying the vm
  • Loading branch information
yryo617 committed Aug 20, 2024
1 parent 14931f1 commit 40342b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ When running `rsync`, `-e` option can be used to feed ssh command and arguments
```
rsync -avH -e "ssh -F ./.ssh_config" default:~/results/ ./results/"
```
Above will synchronise ~/results within the vagrant vm and the ./results folder right next to the Vagrantfile.
Above will synchronise ~/results within the vagrant vm and the ./results folder right next to the Vagrantfile.

When destroying the vagrant vm, remember to delete the .ssh_config to avoid confusion and to prompt re-generating the .ssh_config file again.

#

Expand Down

0 comments on commit 40342b1

Please sign in to comment.