diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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.1,v 1.324 2012/04/20 16:26:22 jmc Exp $ | 36 | .\" $OpenBSD: ssh.1,v 1.325 2012/06/18 12:07:07 dtucker Exp $ |
37 | .Dd $Mdocdate: April 20 2012 $ | 37 | .Dd $Mdocdate: June 18 2012 $ |
38 | .Dt SSH 1 | 38 | .Dt SSH 1 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -1375,7 +1375,7 @@ The file format and configuration options are described in | |||
1375 | .It Pa /etc/ssh/ssh_host_dsa_key | 1375 | .It Pa /etc/ssh/ssh_host_dsa_key |
1376 | .It Pa /etc/ssh/ssh_host_ecdsa_key | 1376 | .It Pa /etc/ssh/ssh_host_ecdsa_key |
1377 | .It Pa /etc/ssh/ssh_host_rsa_key | 1377 | .It Pa /etc/ssh/ssh_host_rsa_key |
1378 | These three files contain the private parts of the host keys | 1378 | These files contain the private parts of the host keys |
1379 | and are used for host-based authentication. | 1379 | and are used for host-based authentication. |
1380 | If protocol version 1 is used, | 1380 | If protocol version 1 is used, |
1381 | .Nm | 1381 | .Nm |