diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 4277f9eac..1cbfe0403 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.250 2017/05/30 19:38:17 jmc Exp $ | 36 | .\" $OpenBSD: ssh_config.5,v 1.251 2017/06/24 05:35:05 djm Exp $ |
37 | .Dd $Mdocdate: May 30 2017 $ | 37 | .Dd $Mdocdate: June 24 2017 $ |
38 | .Dt SSH_CONFIG 5 | 38 | .Dt SSH_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -809,7 +809,7 @@ The list of available key types may also be obtained using | |||
809 | .It Cm HostKeyAlias | 809 | .It Cm HostKeyAlias |
810 | Specifies an alias that should be used instead of the | 810 | Specifies an alias that should be used instead of the |
811 | real host name when looking up or saving the host key | 811 | real host name when looking up or saving the host key |
812 | in the host key database files. | 812 | in the host key database files and when validating host certificates. |
813 | This option is useful for tunneling SSH connections | 813 | This option is useful for tunneling SSH connections |
814 | or for multiple servers running on a single host. | 814 | or for multiple servers running on a single host. |
815 | .It Cm HostName | 815 | .It Cm HostName |