f0cal / google-coral

Community gathering point for Google Coral dev board and dongle knowledge.
107 stars 14 forks source link

/.config/ directory not present . #116

Open abhiiishaek opened 6 months ago

abhiiishaek commented 6 months ago

What I ran: ssh -N -L 8888:localhost:8888 mendel@192.168.100.2 -i ~/.config/mdt/keys/mdt.key

What the docs said should happen: Although Jupyter is now running, it's only accessible from the Dev Board. To access it from the host computer, you need to forward your localhost traffic to the Dev Board with an SSH tunnel. The effect is to make Google Colab think Jupyter notebook is running on your host computer even though it's actually running on the Dev Board.

What actually happened: Shows /.config/ does not exist. Permission denied(publickey)