Maker Pro
Maker Pro

Accessing ELB - REV 4 through SSH

Sandhya

Jun 8, 2019
2
Joined
Jun 8, 2019
Messages
2
Hello all,

I want to access ELB - REV 4 remotely.
How can we control/access it through SSH?

Regards,
Sandhya
 

matthew-56

Jun 5, 2019
2
Joined
Jun 5, 2019
Messages
2
ELB-REV4 is a linux based device. So yes you can
  1. if you are accessing from remote machine on public network then you need to connect your ELB-REV4 to your home router which has static ip address login to your router page an assign a port which is higher than 1200 to your ELB-REV4. and then you can ssh -p <port number> root@static_ipaddress
  2. if you are accessing the device on a local LAN network then ssh -p 22 [email protected] here 192.168.1.178 represent IP address assigned to your ELB-REV4.
Regards
 
Top