summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-03-08 23:12:36 +1100
committerDamien Miller <djm@mindrot.org>2004-03-08 23:12:36 +1100
commitbd394c329b2356cc29fe76cc02ff1c63d3e8cd3c (patch)
treeec0bdc10f33a4dad4bb1da30092c35981b867878 /ssh_config.5
parentc0f27d8782ecb76c7b83ba1fb047b9ca696b2071 (diff)
- markus@cvs.openbsd.org 2004/03/05 10:53:58
[readconf.c readconf.h scp.1 sftp.1 ssh.1 ssh_config.5 sshconnect2.c] add IdentitiesOnly; ok djm@, pb@
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 210da059b..05581ece4 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
@@ -406,6 +406,24 @@ syntax to refer to a user's home directory.
406It is possible to have 406It is possible to have
407multiple identity files specified in configuration files; all these 407multiple identity files specified in configuration files; all these
408identities will be tried in sequence. 408identities will be tried in sequence.
409.It Cm IdentitiesOnly
410Specifies that
411.Nm ssh
412should only use the authentication identity files configured in the
413.Nm
414files,
415even if the
416.Nm ssh-agent
417offers more identities.
418The argument to this keyword must be
419.Dq yes
420or
421.Dq no .
422This option is intented for situations where
423.Nm ssh-agent
424offers many different identities.
425The default is
426.Dq no .
409.It Cm LocalForward 427.It Cm LocalForward
410Specifies that a TCP/IP port on the local machine be forwarded over 428Specifies that a TCP/IP port on the local machine be forwarded over
411the secure channel to the specified host and port from the remote machine. 429the secure channel to the specified host and port from the remote machine.