-
|
I was able to add my device to shellhub and even connect to the device through shellhub dashboard. But when i try to connect to my device through my local terminal, I get permission denied. Could someone please help me with how to access the device that is connected to shellhub through my local terminal and not the shellhub dashboard connect method. I have tried to do this ssh -p 2222 <sshid> |
Beta Was this translation helpful? Give feedback.
Answered by
mithesh06
Mar 20, 2025
Replies: 1 comment
-
|
The right command is ssh -p 2222 <user>@<sshid> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mithesh06
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The right command is