diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 20 |
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. | |||
414 | It is possible to have | 414 | It is possible to have |
415 | multiple identity files specified in configuration files; all these | 415 | multiple identity files specified in configuration files; all these |
416 | identities will be tried in sequence. | 416 | identities will be tried in sequence. |
417 | .It Cm IdentitiesOnly | ||
418 | Specifies that | ||
419 | .Nm ssh | ||
420 | should only use the authentication identity files configured in the | ||
421 | .Nm | ||
422 | files, | ||
423 | even if the | ||
424 | .Nm ssh-agent | ||
425 | offers more identities. | ||
426 | The argument to this keyword must be | ||
427 | .Dq yes | ||
428 | or | ||
429 | .Dq no . | ||
430 | This option is intented for situations where | ||
431 | .Nm ssh-agent | ||
432 | offers many different identities. | ||
433 | The default is | ||
434 | .Dq no . | ||
417 | .It Cm LocalForward | 435 | .It Cm LocalForward |
418 | Specifies that a TCP/IP port on the local machine be forwarded over | 436 | Specifies that a TCP/IP port on the local machine be forwarded over |
419 | the secure channel to the specified host and port from the remote machine. | 437 | the secure channel to the specified host and port from the remote machine. |