SFTP to development environment

Is there a way to SFTP to Vagrant box? I mean an user and password.

vagrant ssh command is useful to SSH CLI but I would like to see the tree directory inside Ubuntu with the help of a GUI.

Thanks.

Yeah

user: vagrant
keyfile: .vagrant/machines/default/virtualbox/private_key

1 Like

To 192.168.50.5 ?

[filling with 20 chars]

Yup, whatever your local ip is for that box

1 Like