summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.515
1 files changed, 9 insertions, 6 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index dc7a2143d..186e07617 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh_config.5,v 1.311 2019/12/19 15:09:30 naddy Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.312 2019/12/21 02:19:13 djm Exp $
37.Dd $Mdocdate: December 19 2019 $ 37.Dd $Mdocdate: December 21 2019 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -669,11 +669,14 @@ and
669.It Cm ForwardAgent 669.It Cm ForwardAgent
670Specifies whether the connection to the authentication agent (if any) 670Specifies whether the connection to the authentication agent (if any)
671will be forwarded to the remote machine. 671will be forwarded to the remote machine.
672The argument must be 672The argument may be
673.Cm yes 673.Cm yes ,
674or
675.Cm no 674.Cm no
676(the default). 675(the default),
676an explicit path to an agent socket or the name of an environment variable
677(beginning with
678.Sq $ )
679in which to find the path.
677.Pp 680.Pp
678Agent forwarding should be enabled with caution. 681Agent forwarding should be enabled with caution.
679Users with the ability to bypass file permissions on the remote host 682Users with the ability to bypass file permissions on the remote host