OpenSSH Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 10: Line 10:


==Local Forwarding==
==Local Forwarding==
Local forwarding configures ssh tunneling to listen on a local port and forward the data sent into that port to a remote server, on the specified "remote" port.


==Remote Forwarding==
==Remote Forwarding==

Revision as of 04:24, 7 January 2019

Internal

sshd

The OpenSSH server.

Tunneling

Local Forwarding

Local forwarding configures ssh tunneling to listen on a local port and forward the data sent into that port to a remote server, on the specified "remote" port.

Remote Forwarding

Tunneling Operations

Setup a SSH Tunnel