For troubleshooting problems related to SSH, when I am typing the command
cd .vagrant/machines/test/virtualbox/
chmod 400 private_key
It gives the error :
chmod: cannot access 'private_key': No such file or directory
Please help me rectify this as I am a just beginner and want to understand this project.
For troubleshooting problems related to SSH, when I am typing the command cd .vagrant/machines/test/virtualbox/ chmod 400 private_key It gives the error :
chmod: cannot access 'private_key': No such file or directory
Please help me rectify this as I am a just beginner and want to understand this project.