summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2004-05-01 11:41:25 +0000
committerColin Watson <cjwatson@debian.org>2004-05-01 11:41:25 +0000
commit915bfea2af69a3bb352a9b4e98e3434b8425124d (patch)
treeef732498a75f2e13a7a9827edc833dc58bc2a2af /ssh_config.5
parent89e7a2dfe6044f3980098911a7470d401ff70eb1 (diff)
parent16f1d21ea191deaaeeba719d01c0ad82aa044653 (diff)
Merge 3.8.1p1 to the trunk, minus RFC.nroff (#211640).
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.520
1 files changed, 19 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index e4a59a2ad..0fd3ea5f8 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.28 2003/12/16 15:49:51 markus Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.29 2004/03/05 10:53:58 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
@@ -414,6 +414,24 @@ syntax to refer to a user's home directory.
414It is possible to have 414It is possible to have
415multiple identity files specified in configuration files; all these 415multiple identity files specified in configuration files; all these
416identities will be tried in sequence. 416identities will be tried in sequence.
417.It Cm IdentitiesOnly
418Specifies that
419.Nm ssh
420should only use the authentication identity files configured in the
421.Nm
422files,
423even if the
424.Nm ssh-agent
425offers more identities.
426The argument to this keyword must be
427.Dq yes
428or
429.Dq no .
430This option is intented for situations where
431.Nm ssh-agent
432offers many different identities.
433The default is
434.Dq no .
417.It Cm LocalForward 435.It Cm LocalForward
418Specifies that a TCP/IP port on the local machine be forwarded over 436Specifies that a TCP/IP port on the local machine be forwarded over
419the secure channel to the specified host and port from the remote machine. 437the secure channel to the specified host and port from the remote machine.