I want to copy local.conf
from local vagrant machine to local system(my machine). Vagrant is running on the same machine.
I tried the following command. It run successfully, but when I search local.conf
file on my system I get nothing.
[vagrant@localhost devstack]$ scp vagrant@192.168.50.4:/home/vagrant/local.conf local.conf
vagrant@192.168.50.4's password:
local.conf 100% 3857 3.8KB/s 00:00
[vagrant@localhost devstack]$