Differences between revisions 1 and 2
Revision 1 as of 2019-10-31 13:27:19
Size: 89
Editor: Sciuro
Comment:
Revision 2 as of 2019-11-01 07:48:57
Size: 147
Editor: Sciuro
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
Portforwarding Example
Line 6: Line 6:
LocalForward 8443 localhost:443 Host server
  hostname 1.2.3.4
  user username
  port 2222
  
LocalForward 8443 localhost:443

SSH

Config file

Example

Host server
  hostname 1.2.3.4
  user username
  port 2222
  LocalForward 8443 localhost:443

Howto/SSH (last edited 2022-04-28 14:06:51 by Burathar)