Browse Source

Port for remote smarthome changed to 1888

master
Dirk Alders 1 year ago
parent
commit
82319751d7
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .ssh/config

+ 2
- 2
.ssh/config View File

@@ -159,7 +159,7 @@ Host multimedia_ext
159 159
     Port 10022
160 160
     RequestTTY yes
161 161
     ProxyJump jump@public_jumphost
162
-    LocalForward 1880 localhost:1880
162
+    LocalForward 1888 localhost:1880
163 163
 
164 164
 Host multimedia_ext_tmux
165 165
     HostName localhost
@@ -168,7 +168,7 @@ Host multimedia_ext_tmux
168 168
     RequestTTY yes
169 169
     ProxyJump jump@public_jumphost
170 170
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
171
-    LocalForward 1880 localhost:1880
171
+    LocalForward 1888 localhost:1880
172 172
 
173 173
 Host multimedia_kb
174 174
     HostName 192.168.0.2

Loading…
Cancel
Save