RamyE / SFU_ML

SFU MSE ML Course Labs and Tools
MIT License
0 stars 3 forks source link

Raspberry pi IP connection issues #22

Closed taffs08 closed 2 years ago

taffs08 commented 2 years ago

Hi Ramy,

I was able to obtain the IP address using my wifi router App, but when I try check in cmd.exe and connecting to session, I am getting the following errors attached. Please may request troubeshooting assistance.

error

error2

error3

RamyE commented 2 years ago

It's likely that ssh is not enabled on the raspberry pi, or you have another RPi on the network?

One way to confirm you're trying to access the right one is to unplug it and try the ssh command again. It's the right one if you get no route to host rather than connection refused.

If the ssh is not enabled, confirm step 1.1.3 in the manual

On Wed, Mar 9, 2022 at 10:54 AM taffs08 @.***> wrote:

Hi Ramy,

I was able to obtain the IP address using my wifi router App, but when I try check in cmd.exe and connecting to session, I am getting the following errors attached. Please may request troubeshooting assistance.

[image: error] https://user-images.githubusercontent.com/101284094/157511141-42600ca7-b169-4971-aea8-c3affe1a7947.PNG

[image: error2] https://user-images.githubusercontent.com/101284094/157511166-84df3daa-0c61-4119-b67f-578d9a52e003.PNG

[image: error3] https://user-images.githubusercontent.com/101284094/157511202-8afb0b49-e842-4564-816d-889b2494b6a0.PNG

— Reply to this email directly, view it on GitHub https://github.com/RamyE/SFU_ML/issues/22, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQJJGAMXNLJJ2O2MUX3DO3U7DXURANCNFSM5QKNJT4A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

taffs08 commented 2 years ago

Thanks, the ssh file was missing. Now working