diff options
author | djm@openbsd.org <djm@openbsd.org> | 2018-04-10 02:10:49 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-04-10 02:17:15 +0200 |
commit | 001aa55484852370488786bd40e9fdad4b465811 (patch) | |
tree | 8b98f20603dea5362f66fbfcc8c400e29c7492bb /ssh_config.5 | |
parent | upstream: don't kill ssh-agent's listening socket entriely if we (diff) | |
download | openssh-001aa55484852370488786bd40e9fdad4b465811.tar.xz openssh-001aa55484852370488786bd40e9fdad4b465811.zip |
upstream: lots of typos in comments/docs. Patch from Karsten Weiss
after checking with codespell tool
(https://github.com/lucasdemarchi/codespell)
OpenBSD-Commit-ID: 373222f12d7ab606598a2d36840c60be93568528
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 1ca0862b8..bcd18a872 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -33,8 +33,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.272 2018/04/07 13:50:10 jmc Exp $ -.Dd $Mdocdate: April 7 2018 $ +.\" $OpenBSD: ssh_config.5,v 1.273 2018/04/10 00:10:49 djm Exp $ +.Dd $Mdocdate: April 10 2018 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -1308,7 +1308,7 @@ section. .It Cm RemoteForward Specifies that a TCP port on the remote machine be forwarded over the secure channel. -The remote port may either be fowarded to a specified host and port +The remote port may either be forwarded to a specified host and port from the local machine, or may act as a SOCKS 4/5 proxy that allows a remote client to connect to arbitrary destinations from the local machine. The first argument must be |