<
From version < 1.2 >
edited by Xiaoling
on 2022/05/12 14:02
To version < 2.12 >
edited by Xiaoling
on 2022/05/12 15:03
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -7,10 +7,10 @@
7 7  
8 8  Remote.it for remote access is available in the latest Dragino firmware for gateway. For security concern, the remote.it only available base on end user demand.
9 9  
10 -Important Notice:
10 +(% class="mark" %)**Important Notice:**
11 11  
12 -* Remote.it access will give full control of your device to remote support.
13 -* The Remote.it allow Dragino Support to remote access to the device, If user want to access himself, it need to sign up for an remote.it account.
12 +* (% class="mark" %)**Remote.it access will give full control of your device to remote support.**
13 +* (% class="mark" %)**The Remote.it allow Dragino Support to remote access to the device, If user want to access himself, it need to sign up for an remote.it account.**
14 14  
15 15  For how to use remoteit, please see : [[Remoteit user instruction for Dragino Gateway>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/&file=Dragino-Remoteit_User_Manual.pdf]].
16 16  
... ... @@ -19,12 +19,11 @@
19 19  
20 20  Reverse SSH for remote access is available in the latest Dragino firmware for gateway. For security concern, the RSSH only available base on end user demand.
21 21  
22 -Important Notice:
22 +(% class="mark" %)**Important Notice:**
23 23  
24 -* RSSH access will give full control of your device to remote support. Please remove sensitivity info before perform this
25 -* This RSSH allow Dragino Support to remote access to the device, If user want to access himself, he need to set up the RSSH server himself.
24 +* (% class="mark" %)**RSSH access will give full control of your device to remote support. Please remove sensitivity info before perform this**
25 +* (% class="mark" %)**This RSSH allow Dragino Support to remote access to the device, If user want to access himself, he need to set up the RSSH server himself.**
26 26  
27 -
28 28  Below gateway support reverse SSH access:
29 29  
30 30  * Firmware Version > LG02_LG08-5.3.1580178039 [[Firmware Download>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/LPS8/Firmware/Release/]]
... ... @@ -35,7 +35,6 @@
35 35  * LIG16
36 36  * MS14 series if installed with the same firmware.
37 37  
38 -
39 39  == 2.1 For Firmware Version lower than lgw~-~-build-v5.4.1616478814-20210323-1355 ==
40 40  
41 41  === 2.1.1 End User Guide to use SSH access ===
... ... @@ -51,13 +51,15 @@
51 51  
52 52  Connection OK.
53 53  
54 -* Login ID: Input sshuser
55 -* Host Address: Input support.dragino.com
56 -* Host Port: : Please email to support @ dragino.com to get a valid host port.
57 -* Connect at Startupt: : Choose to enable connect once device is powered.
58 -* Network Keys; Click the Generate keys to generate the keys and download / mail it to Dragino support so Dragino can prepare the remote access to
52 +* (% class="mark" %)**Login ID**(%%): Input (% class="mark" %)**sshuser**
53 +* (% class="mark" %)**Host Address**(%%): Input(% class="mark" %)** support.dragino.com**
54 +* (% class="mark" %)**Host Port**(%%): Please email to support @ dragino.com to get a valid host port.
55 +* (% class="mark" %)**Connect at Startupt**(%%): Choose to enable connect once device is powered.
56 +* (% class="mark" %)**Network Keys:**(%%)Click the Generate keys to generate the keys and download / mail it to Dragino support so Dragino can prepare the remote access to
59 59  
58 +(((
60 60  After doing above, please download and mail the public keys to Dragino support and wait for our mail for the valid host port. Input the valid host port got from our support and click connect so we can remote access to your gateway.
60 +)))
61 61  
62 62  
63 63  === 2.1.2 How to Ser up a Reverse SSH access ===
... ... @@ -65,40 +65,51 @@
65 65  Advance administrator can config a SSH server to provide support their end user themselves. Instruction is as below:
66 66  
67 67  1. Prepare a Linux server with public IP. The gateways need to be able to create SSH connection to this server. We recommend to use a server that performs no other function than to support the RSSH access, and to have no additional accounts active, and no access from the Internet that uses ID/password authentication.
68 -1. In the gateway settings, The Login ID will be the SSH user for this server and the Host Address is the server address.
68 +1. In the gateway settings, The (% class="mark" %)**Login ID**(%%) will be the SSH user for this server and the (% class="mark" %)**Host Address**(%%) is the server address.
69 69  1. Ask your end user to send you the key generate in the gateway and put them in /home/<Login ID>/.ssh/authorized_key file.
70 70  1. Give a free port to the user and ask them to configure RSSH page in the gateway.
71 71  1. In your server or other machine, you will able to access to the end user device by below command:
72 72  
73 -{{{ $ ssh -p <End User Host Port> root@<Host Address>
74 -}}}
73 +(% class="box" %)
74 +(((
75 +$ ssh   -p <End User Host Port>   root@<Host Address>
76 +)))
75 75  
76 -Remote RSSH Access allow the gateway to connect to SSH server as well. This will create risk to the RSSH server. Please make sure the account use for Gateway Access has the lowest access right.
78 +(((
79 +(% class="mark" %)**Remote RSSH Access allow the gateway to connect to SSH server as well. This will create risk to the RSSH server. Please make sure the account use for Gateway Access has the lowest access right.**
80 +)))
77 77  
82 +
78 78  ==== 2.1.2.1 Note for set up RSSH server ====
79 79  
80 -* If gateway reboot or the connection is incidentely close by end node. The port in SSH server will still be occupy for a long time. Administrator can use below commands to release the port.
85 +If gateway reboot or the connection is incidentely close by end node. The port in SSH server will still be occupy for a long time. Administrator can use below commands to release the port.
81 81  
82 -{{{[root@iZt4n22vqvm7ajogrfiif6Z ~]# lsof -i :9102 --> check the port 9102 process status (change 9102 to the actually port for your gateway.
83 -COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
84 -sshd 21430 sshuser 15u IPv4 47567059 0t0 TCP localhost:bacula-fd (LISTEN)
85 -[root@iZt4n22vqvm7ajogrfiif6Z ~]# kill 21430 --> Kill PID of this process.
86 -[root@iZt4n22vqvm7ajogrfiif6Z ~]# lsof -i :9102
87 -[root@iZt4n22vqvm7ajogrfiif6Z ~]#
88 -}}}
87 +(% class="box" %)
88 +(((
89 +[root@iZt4n22vqvm7ajogrfiif6Z ~~]# lsof -i :9102 ~-~-> check the port 9102 process status (change 9102 to the actually port for your gateway.
90 +COMMAND   PID    USER   FD   TYPE   DEVICE SIZE/OFF NODE NAME
91 +sshd    21430 sshuser   15u  IPv4 47567059      0t0  TCP localhost:bacula-fd (LISTEN)
92 +[root@iZt4n22vqvm7ajogrfiif6Z ~~]# kill 21430   ~-~-> Kill PID of this process.
93 +[root@iZt4n22vqvm7ajogrfiif6Z ~~]# lsof -i :9102        
94 +[root@iZt4n22vqvm7ajogrfiif6Z ~~]#
95 +)))
89 89  
97 +
90 90  == 2.2 For Firmware Version higher than lgw~-~-build-v5.4.1618196981-20210412-1111 ==
91 91  
92 92  Below gateway support reverse SSH access:
93 93  
94 -{{{ Firmware Version >lgw--build-v5.4.1618196981-20210412-1111 Firmware Download
95 - LG01N, OLG01N (Note: LG01-P LG01-S doesn't support)
96 - LG02, OLG02
97 - LG308, DLOS8
98 - LPS8
99 - LIG16
100 -}}}
102 +(% class="box" %)
103 +(((
104 +Firmware Version >lgw~-~-build-v5.4.1618196981-20210412-1111 Firmware Download
105 +LG01N, OLG01N (Note: LG01-P LG01-S doesn't support)
106 +LG02, OLG02
107 +LG308, DLOS8
108 +LPS8
109 +LIG16
110 +)))
101 101  
112 +
102 102  === 2.2.1 End User Guide to use SSH access ===
103 103  
104 104  ==== 2.2.1.1 Install the SSH service for server ====
... ... @@ -111,6 +111,7 @@
111 111  
112 112  git clone rssh-server
113 113  
125 +
114 114  2).cd rssh-server; sudo make ~-~--> to Generate the execute file:rssh_serv
115 115  
116 116  [[image:https://wiki.dragino.com/images/thumb/e/e3/Generate_the_execute_file.png/500px-Generate_the_execute_file.png||height="103" width="500"]]
... ... @@ -119,21 +119,27 @@
119 119  
120 120  **Debug** :
121 121  
122 -{{{ if you git fail. --> sudo: git: command not found.
123 - please install git. --> yum install git -y or apt-get install git -y.
124 -}}}
134 +(% class="box" %)
135 +(((
136 +if you git fail.  ~-~->    (% class="mark" %)**sudo: git: command not found.**(%%)
137 +please install git.  ~-~->    (% class="mark" %)**yum install git -y  or  apt-get install git -y. **
138 +)))
125 125  
126 -{{{ if you make error 127,it lack of gcc.
127 - please install gcc. -->yum install gcc.
128 -}}}
140 +(% class="box" %)
141 +(((
142 +if you make error 127,it** (% class="mark" %)lack of gcc.(%%)**
143 +please install gcc.    ~-~->(% class="mark" %)**yum install gcc.**
144 +)))
129 129  
130 130  [[image:https://wiki.dragino.com/images/d/d7/Lack_of_gcc.png||height="174" width="434"]]
131 131  
132 132  lack of gcc
133 133  
134 -{{{ if you make a fatal error : sqlite3.h,it lack of sqlite3.
135 - please insatell sqlite3.
136 -}}}
150 +(% class="box" %)
151 +(((
152 +if you make a fatal error : sqlite3.h,it (% class="mark" %)**lack of sqlite3.**(%%)
153 +please insatell **sqlite3**.
154 +)))
137 137  
138 138  [[image:https://wiki.dragino.com/images/thumb/9/93/Lack_of_sqlite3.png/500px-Lack_of_sqlite3.png||height="137" width="500"]]
139 139  
... ... @@ -141,25 +141,28 @@
141 141  
142 142  How to install Sqlit3
143 143  
144 -{{{ Step1:Download the SQLit3 installation package
145 - sudo wget
146 - Step2:tar the SQLit3 installation package
162 +(% class="box" %)
163 +(((
164 +Step1: Download the SQLit3 installation package
165 + sudo wget [[https:~~/~~/www.sqlite.org/2021/sqlite-autoconf-3350400.tar.gz>>url:https://www.sqlite.org/2021/sqlite-autoconf-3350400.tar.gz]]
166 +Step2: tar the SQLit3 installation package
147 147   sudo tar -zxvf sqlite-autoconf-3350300.tar.gz
148 - Step3:Generate the makefile
168 +Step3: Generate the makefile
149 149   cd sqlite-autoconf-3350300/;./configure
150 - Step4:Compile makefile
170 +Step4: Compile makefile
151 151   sudo make
152 - Step5:Install makefile
172 +Step5: Install makefile
153 153   sudo make install
154 - Check:
155 - cd /usr/local/bin;ls -al --> Check to see if there is a file for sqlite3
156 - cd sqlite-autoconf-3350300/;./sqlite3 test.db --> Test whether the sqlite3 was installed successfully
157 - debug:
174 +Check:
175 + cd /usr/local/bin;ls -al                             ~-~->    Check to see if there is a file for sqlite3
176 + cd sqlite-autoconf-3350300/;./sqlite3 test.db        ~-~->    Test whether the sqlite3 was installed successfully
177 +debug:
158 158   If you get the imformation that is SQLite header and source version mismatch, when you execute./sqlite3 test.db.
159 159   Please execute the command /sbin/ldconfig.
160 160   After that execute the command ./sqlite3 test.db again.
161 -}}}
181 +)))
162 162  
183 +
163 163  ===== 2.2.1.1.2 Step 2 :Install and run the RSS service =====
164 164  
165 165  1):intall database for /var/rsshdb.sqlite3 and Server development port for 3721(The default is 3721)
... ... @@ -166,10 +166,12 @@
166 166  
167 167  user must enter the root account and run the following commands
168 168  
169 -{{{ $ ./create_sqlite3_db.sh
170 - $ ./rssh_serv -p 3721 2>&1 &
171 - $ ps -ef | grep rssh_serv check 3721 port
172 -}}}
190 +(% class="box" %)
191 +(((
192 +$ ./create_sqlite3_db.sh
193 +$ ./rssh_serv -p  3721 2>&1 &
194 +$ ps -ef | grep rssh_serv check 3721 port
195 +)))
173 173  
174 174  [[image:https://wiki.dragino.com/images/thumb/c/cb/Intall_database_and_server_development_port.png/500px-Intall_database_and_server_development_port.png||height="70" width="500"]]
175 175  
... ... @@ -177,40 +177,47 @@
177 177  
178 178  **Debug:**
179 179  
180 -{{{ Check /var/rsshdb.sqlite3 --> ls /var/rsshdb.sqlite3
181 - Check ls /var/rsshdb.sqlite3 --> sudo chmod 777 rssh_serv
182 -}}}
203 +(% class="box" %)
204 +(((
205 +Check /var/rsshdb.sqlite3 ~-~->(% class="mark" %)** ls /var/rsshdb.sqlite3**(%%)
206 +Check ls /var/rsshdb.sqlite3 ~-~-> (% class="mark" %)**sudo chmod 777 rssh_serv**
207 +)))
183 183  
184 -{{{ if fail to open dpvlry or to bind to it
185 - please kill rssh_serv,and run ./rssh_serv -p 3721 2>&1 & again
186 -}}}
209 +(% class="box" %)
210 +(((
211 +if** fail to open dpvlry or to bind to it**
212 +please kill rssh_serv,and run (% class="mark" %)** ./rssh_serv -p  3721 2>&1 &** (%%) again
213 +)))
187 187  
215 +
188 188  ===== 2.2.1.1.3 Step 3 :Create a minimal SSH user (reverse SSH proxy for the gateway) =====
189 189  
190 -1):sudo useradd XXXXX (custom user name)
218 +1):(% class="mark" %)**sudo useradd XXXXX**(%%) (custom user name)
191 191  
192 -2):sudo passwd xxxxxx
220 +2):(% class="mark" %)**sudo passwd xxxxxx**
193 193  
194 -3):cp /bin/bash /bin/rbash
222 +3):(% class="mark" %)**cp /bin/bash /bin/rbash**
195 195  
196 -4):sudo nano /etc/passwd ~-~-> Change /bin/bash to /bin/rbash
224 +4):(% class="mark" %)**sudo nano /etc/passwd**(%%) ~-~-> Change /bin/bash to /bin/rbash
197 197  
198 -5):sudo nano /home/xxxxx/.bashrc **empty it,and input export PATH=$HOME/bin**
226 +5):(% class="mark" %)**sudo nano /home/xxxxx/.bashrc**(%%) **empty it,and input export PATH=$HOME/bin**
199 199  
200 -6):sudo nano /home/xxxxx/.bash_profile **empty it,and input export PATH=$HOME/bin**
228 +6):(% class="mark" %)**sudo nano /home/xxxxx/.bash_profile**(%%) **empty it,and input export PATH=$HOME/bin**
201 201  
202 202  **Now user "XXXXX" is the user with limited permissions of the current system**
203 203  
232 +
204 204  === 2.2.2 How does user get the gateway to connect to a user's private server ===
205 205  
206 206  ===== 2.2.2.1 Step1: Come bace the gateway web UI for get the gateway Public key =====
207 207  
208 -1)in the system ~-~-> Remote Mgmt/span>
237 +1)in the system ~-~-> (% class="mark" %)**Remote Mgmt/span>**
209 209  
210 210  [[image:https://wiki.dragino.com/images/thumb/8/8f/Remote_Mgmt.png/500px-Remote_Mgmt.png||height="367" width="500"]]
211 211  
212 212  Remote Mgmt
213 213  
243 +
214 214  ===== 2.2.2.2 Step2: Authorization server =====
215 215  
216 216  copy the Gateway Publickey into user's private server "/home/XXXXX/.ssh/authorized_keys" file.
... ... @@ -219,6 +219,7 @@
219 219  
220 220  Publickey
221 221  
252 +
222 222  ===== 2.2.2.3 Step3: connecte private server =====
223 223  
224 224  in the gateway web UI
... ... @@ -227,14 +227,17 @@
227 227  
228 228  gateway web UI
229 229  
230 -{{{Connection Type : If user's least privileged user with private server uses a password, select Public Key
231 -Note:if user's least privileged user no uses a password,choose from both is fine
232 -Login ID : Input user name "eg : "XXXXX"
233 -Host Address : Input user's private server address
234 -Connect at Startupt: : Choose to enable connect once device is powered.
261 +(% class="box" %)
262 +(((
263 +(% class="mark" %)**Connection Type **(%%) : If user's least privileged user with private server uses a password, select (% class="mark" %)**Public Key**(%%)
264 +**Note:if user's least privileged user no uses a password,choose from both is fine**
265 +(% class="mark" %)**Login ID**(%%)             : Input user name "eg : "XXXXX"
266 +(% class="mark" %)**Host Address**(%%)         : Input user's private server address
267 +(% class="mark" %)**Connect at Startupt**(%%): Choose to enable connect once device is powered.
235 235  Click Save and then Connect
236 -}}}
269 +)))
237 237  
271 +
238 238  ===== 2.2.2.4 Step 4 :Cheak is fine =====
239 239  
240 240  Rssh Host connection Ok
... ... @@ -243,9 +243,10 @@
243 243  
244 244  Rssh Host connection Ok
245 245  
280 +
246 246  user can use common ps | grep ssh to check it in the gateway.
247 247  
248 -[[image:https://wiki.dragino.com/images/thumb/a/ad/Check_the_gateway.png/500px-Check_the_gateway.png||height="47" width="500"]]
283 +[[image:https://wiki.dragino.com/images/thumb/a/ad/Check_the_gateway.png/500px-Check_the_gateway.png]]
249 249  
250 250  Check the gateway
251 251  
... ... @@ -256,8 +256,10 @@
256 256  
257 257  **Debug:**
258 258  
259 -{{{ check: sudo ls /home/xxxxx/.ssh/authorizedkey
260 -}}}
294 +(% class="box" %)
295 +(((
296 + check: sudo ls /home/xxxxx/.ssh/authorizedkey
297 +)))
261 261  
262 262  === 2.2.3 How to Ser up a Reverse SSH access ===
263 263  
... ... @@ -267,11 +267,11 @@
267 267  
268 268  Loging server
269 269  
307 +
270 270  ==== 2.2.3.2 Step2:access the gateway ====
271 271  
272 272  $ cd rssh-server/
273 273  
274 -
275 275  Check the gateway linking to the server $ ./connect-gw.sh -l
276 276  
277 277  [[image:https://wiki.dragino.com/images/thumb/e/ee/Check_gateway_link_server.png/500px-Check_gateway_link_server.png||height="157" width="500"]]
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0