Unable to ssh to the device on post opening the port 22

Hi,

I tried to ssh to the device by opening port 22. But I am not able to access the terminal from the browser.
On post using the copied URL on the browser tab, I’m getting the following page.

Hi @shreeram ,

You cannot open ssh on the browser . once you get the URL . say for example : “experience.aikaan.io:25000” , you need to open a terminal in linux or use a software like PUTTY to connect via ssh.

If you’re using a terminal then the command is “ssh -p 25000 username@experience.aikaan.io” , where username is the linux username of the device.

Thanks,

Prashanth