Changes for page Remote Access Gateway
Last modified by Kilight Cao on 2022/07/25 10:47
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -3,6 +3,7 @@ 3 3 {{toc/}} 4 4 5 5 6 + 6 6 = **1. Use Remote.it service** = 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. ... ... @@ -115,7 +115,7 @@ 115 115 116 116 ==== **2.2.1.1 Install the SSH service for server** ==== 117 117 118 -===== **2.2.1.1.1 Step 1:Download the SSH service code** ===== 119 +===== **2.2.1.1.1 Step 1 : Download the SSH service code** ===== 119 119 120 120 1).git clone [[https:~~/~~/github.com/dragino/rssh-server.git>>url:https://github.com/dragino/rssh-server.git]] rssh-server 121 121 ... ... @@ -184,7 +184,7 @@ 184 184 ))) 185 185 186 186 187 -===== **2.2.1.1.2 Step 2 :Install and run the RSS service** ===== 188 +===== **2.2.1.1.2 Step 2 : Install and run the RSS service** ===== 188 188 189 189 1): intall database for /var/rsshdb.sqlite3 and Server development port for 3721(The default is 3721) 190 190 ... ... @@ -216,7 +216,7 @@ 216 216 ))) 217 217 218 218 219 -===== **2.2.1.1.3 Step 3 :Create a minimal SSH user (reverse SSH proxy for the gateway)** ===== 220 +===== **2.2.1.1.3 Step 3 : Create a minimal SSH user (reverse SSH proxy for the gateway)** ===== 220 220 221 221 **1): (% style="color:#4f81bd" %)sudo useradd XXXXX(%%)** (custom user name) 222 222 ... ... @@ -235,7 +235,7 @@ 235 235 236 236 === **2.2.2 How does user get the gateway to connect to a user's private server** === 237 237 238 -===== **2.2.2.1 Step1: Come bace the gateway web UI for get the gateway Public key** ===== 239 +===== **2.2.2.1 Step 1 : Come bace the gateway web UI for get the gateway Public key** ===== 239 239 240 240 1) in the system ~-~-> (% style="color:#4f81bd" %)**Remote Mgmt/span>** 241 241 ... ... @@ -244,7 +244,7 @@ 244 244 Remote Mgmt 245 245 246 246 247 -===== **2.2.2.2 Step2: Authorization server** ===== 248 +===== **2.2.2.2 Step 2 : Authorization server** ===== 248 248 249 249 copy the Gateway Publickey into user's private server "/home/XXXXX/.ssh/authorized_keys" file. 250 250 ... ... @@ -253,7 +253,7 @@ 253 253 Publickey 254 254 255 255 256 -===== **2.2.2.3 Step3: connecte private server** ===== 257 +===== **2.2.2.3 Step 3 : connecte private server** ===== 257 257 258 258 in the gateway web UI 259 259 ... ... @@ -272,7 +272,7 @@ 272 272 ))) 273 273 274 274 275 -===== **2.2.2.4 Step 4 :Cheak is fine** ===== 276 +===== **2.2.2.4 Step 4 : Cheak is fine** ===== 276 276 277 277 Rssh Host connection Ok 278 278 ... ... @@ -288,7 +288,7 @@ 288 288 Check the gateway 289 289 290 290 291 -===== **2.2.2.5 Step5:Create an authorization key file** ===== 292 +===== **2.2.2.5 Step 5 : Create an authorization key file** ===== 292 292 293 293 1):sudo mkdir /home/xxxxx/.ssh; sudo touch /home/xxxxx/.ssh/authorizedkey 294 294