Skip to content
Rafał Lisowski edited this page Apr 9, 2020 · 2 revisions

vagrant

to connect to local vagrant, you should add set

set :ssh_options, {
	keys: %w(~/.ssh/id_rsa),
	forward_agent: true,
	auth_methods: %w(publickey)
}

Clone this wiki locally