Skip to content

Commit 910c0e0

Browse files
authored
Update mikrotik.md
1 parent 0568c50 commit 910c0e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

wifi/mikrotik.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ Please note that password loging will be disabled automatically. If you need it,
2222
/ip ssh set always-allow-password-login=yes
2323
```
2424

25+
If you are going to use miktorik as ssh jumphost (`ssh -J gw_host internal_host`), port-forwarding must be enabled:
26+
27+
```
28+
/ip ssh set forwarding-enabled=both
29+
```
30+
2531
### Change port
2632

2733
```

0 commit comments

Comments
 (0)