diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 87574e381..694ff814e 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.151 2011/05/24 07:15:47 djm Exp $ | 36 | .\" $OpenBSD: ssh_config.5,v 1.152 2011/06/04 00:10:26 djm Exp $ |
37 | .Dd $Mdocdate: May 24 2011 $ | 37 | .Dd $Mdocdate: June 4 2011 $ |
38 | .Dt SSH_CONFIG 5 | 38 | .Dt SSH_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -648,6 +648,10 @@ escape characters: | |||
648 | It is possible to have | 648 | It is possible to have |
649 | multiple identity files specified in configuration files; all these | 649 | multiple identity files specified in configuration files; all these |
650 | identities will be tried in sequence. | 650 | identities will be tried in sequence. |
651 | Multiple | ||
652 | .Cm IdentityFile | ||
653 | directives will add to the list of identities tried (this behaviour | ||
654 | differs from that of other configuration directives). | ||
651 | .It Cm IPQoS | 655 | .It Cm IPQoS |
652 | Specifies the IPv4 type-of-service or DSCP class for connections. | 656 | Specifies the IPv4 type-of-service or DSCP class for connections. |
653 | Accepted values are | 657 | Accepted values are |