summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.56
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 56df3acec..79d05f018 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh_config.5,v 1.14 2003/06/23 09:02:44 markus Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.15 2003/07/02 14:51:16 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
@@ -246,9 +246,9 @@ over the secure channel, and the application
246protocol is then used to determine where to connect to from the 246protocol is then used to determine where to connect to from the
247remote machine. 247remote machine.
248The argument must be a port number. 248The argument must be a port number.
249Currently the SOCKS4 protocol is supported, and 249Currently the SOCKS4 and SOCKS5 protocols are supported, and
250.Nm ssh 250.Nm ssh
251will act as a SOCKS4 server. 251will act as a SOCKS server.
252Multiple forwardings may be specified, and 252Multiple forwardings may be specified, and
253additional forwardings can be given on the command line. 253additional forwardings can be given on the command line.
254Only the superuser can forward privileged ports. 254Only the superuser can forward privileged ports.