chirpstack / chirpstack-ansible-playbook

Ansible playbook for setting up ChirpStack.
https://www.chirpstack.io
MIT License
84 stars 43 forks source link

Access Virtual Machine using SSH #7

Closed andrehpdantas closed 7 years ago

andrehpdantas commented 7 years ago

Is there a way to access the virtual machine created by vagrant using ssh in order to see the lora-server logs? I tried and the response is connectio refused...

brocaar commented 7 years ago

vagrant ssh will do the trick 😉 https://www.vagrantup.com/docs/cli/ssh.html

andrehpdantas commented 7 years ago

It works!!! Thanks!!!