Questions tagged [vagrant-ssh]
6 questions
7
votes
1 answer
Vagrant 1.9.6 hangs on command "vagrant ssh"
I have vagrant 1.9.6 and oracle virtual box 5.1.22 installed on my system. when I ran vagrant up and tried to switch into vagrant ssh on GIT bash it hangs there and nothing get it to work on me.
screenshot:

Nishan Weerasinghe
- 349
- 4
- 27
6
votes
2 answers
docker-compose up giving file not found error
I am using vagrant. when i do git bash in the folder which already contain docker-compose.yml file. but when i execute command docker-compose up then that gives me error like
ERROR:
Can't find a suitable configuration file in this directory…

Ritu Choudhari
- 71
- 1
- 1
- 4
2
votes
2 answers
Vagrant freezes (timeouts) at SSH auth method: private key
So - i googled this and found about 1 Million Issues regarding vagrant provisioning and ssh agents. I tried lots of solutions and nothing works. I tried adding options for the network adaptor (VirtualBox), destroying the machine, reinstalling…

Philipp Wrann
- 1,751
- 3
- 19
- 29
0
votes
1 answer
Vagrant unable to run vagrant halt, it throws error with my box file. even the vagrant up throws the error
PS D:\ubuntu20.04> vagrant halt
==> default: Attempting graceful shutdown of VM...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
shutdown -h now
Stdout from the command:
Stderr…
0
votes
2 answers
Issue with REMOTE-SSH into vagrant using VSCode (Mac)
I am trying to follow this link to try connecting into my vagrant vm box with VSCode in Mac Catalina. But every time I am getting "could not establish connection with default".
The link said to copy the 'vagrant ssh-config' results to…

punsoca
- 459
- 1
- 7
- 15
0
votes
1 answer
error while running the comannd 'psql' Error: You must install at least one postgresql-client- package
When I run vagrant ssh and login successfully then try the ~$psql command, I get this error: Error: You must install at least one postgresql-client- package.
I saw a similar question here and I ran this command:
~$ sudo apt-get install…

Aya Muhammad
- 73
- 1
- 11