Check your Homestead.yaml (or Homestead.json) file, the path to your private key does not exist. ubuntu code example
Example: Check your Homestead.yaml (or Homestead.json) file, the path to your private key does not exist.
mkdir -p ~/.ssh && cd ~/.ssh
ssh-keygen -b 2048 -t rsa -C "[email protected]"