fix formatting on old articles

This commit is contained in:
davidovski 2023-07-26 20:04:37 +02:00
parent a1df2a48f3
commit 6f0c6a1f75
2 changed files with 26 additions and 28 deletions

View File

@ -10,9 +10,7 @@ However, what if you don't want to, *or can't*, directly open ports onto your ho
SSH remote port forwarding is built right into ssh itself, and is quite simple:
```
ssh -R 5505:localhost:4404 user@remote.host
```
ssh -R 5505:localhost:4404 user@remote.host
When this command is run on the local server, it will:
+ create an ssh connection to the remote server, as per usual