Shellhub connect to device using SSHID

332 Views Asked by At

I have installed shellhub and configured the ssh port to 2222 for shellhub because i have ssh-server running on port 22 i tried to connect to one of my devices using its SSHID using the command bellow :

ssh [email protected]@myshellhub.com  

but got : Permission denied, please try again.

Your help is appreciated.

1

There are 1 best solutions below

0
On

After reading shellhub.io documentation, i should use the ssh port configured while installing shellhub server not the ssh port of the destination computer. The right command to use is

ssh [email protected]@myshellhub.com -p 2222