OpenSSH Concepts: Difference between revisions

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


==Remote Forwarding==
==Remote Forwarding==
Remote forwarding configures ssh tunneling to listen on a port on the remote side of the tunnel and forward requests to a local port.


==Tunneling Operations==
==Tunneling Operations==


{{Internal|Ssh_Setup_a_SSH_Tunnel#Overview|Setup a SSH Tunnel}}
{{Internal|Ssh_Setup_a_SSH_Tunnel#Overview|Setup a SSH Tunnel}}

Revision as of 04:25, 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

Remote forwarding configures ssh tunneling to listen on a port on the remote side of the tunnel and forward requests to a local port.

Tunneling Operations

Setup a SSH Tunnel