From f862a8aec23d7c50c84c9162a84f9c9e100f3812 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Tue, 18 Oct 2016 13:01:23 +0530 Subject: [PATCH] ssh: shorten last description --- pages/common/ssh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/ssh.md b/pages/common/ssh.md index 6bd61af2f..4b8890e37 100644 --- a/pages/common/ssh.md +++ b/pages/common/ssh.md @@ -27,6 +27,6 @@ `ssh -L {{9999}}:slashdot.org:80 {{username}}@{{remote_host}}` -- Forward the authentication information to the remote machine by passing an option (For full list of possible options, try `man ssh_config`): +- Enable the option to forward the authentication information to the remote machine (see `man ssh_config` for available options): `ssh -o "ForwardAgent=yes" {{username}}@{{remote_host}}`