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

Loading…
Cancel
Save