diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 7 |
1 files changed, 2 insertions, 5 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: sshd.8,v 1.294 2018/02/05 04:02:53 djm Exp $ | 36 | .\" $OpenBSD: sshd.8,v 1.295 2018/02/16 02:32:40 djm Exp $ |
37 | .Dd $Mdocdate: February 5 2018 $ | 37 | .Dd $Mdocdate: February 16 2018 $ |
38 | .Dt SSHD 8 | 38 | .Dt SSHD 8 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -166,7 +166,6 @@ This option must be given if | |||
166 | is not run as root (as the normal | 166 | is not run as root (as the normal |
167 | host key files are normally not readable by anyone but root). | 167 | host key files are normally not readable by anyone but root). |
168 | The default is | 168 | The default is |
169 | .Pa /etc/ssh/ssh_host_dsa_key , | ||
170 | .Pa /etc/ssh/ssh_host_ecdsa_key , | 169 | .Pa /etc/ssh/ssh_host_ecdsa_key , |
171 | .Pa /etc/ssh/ssh_host_ed25519_key | 170 | .Pa /etc/ssh/ssh_host_ed25519_key |
172 | and | 171 | and |
@@ -874,7 +873,6 @@ This file is used in exactly the same way as | |||
874 | but allows host-based authentication without permitting login with | 873 | but allows host-based authentication without permitting login with |
875 | rlogin/rsh. | 874 | rlogin/rsh. |
876 | .Pp | 875 | .Pp |
877 | .It Pa /etc/ssh/ssh_host_dsa_key | ||
878 | .It Pa /etc/ssh/ssh_host_ecdsa_key | 876 | .It Pa /etc/ssh/ssh_host_ecdsa_key |
879 | .It Pa /etc/ssh/ssh_host_ed25519_key | 877 | .It Pa /etc/ssh/ssh_host_ed25519_key |
880 | .It Pa /etc/ssh/ssh_host_rsa_key | 878 | .It Pa /etc/ssh/ssh_host_rsa_key |
@@ -885,7 +883,6 @@ Note that | |||
885 | .Nm | 883 | .Nm |
886 | does not start if these files are group/world-accessible. | 884 | does not start if these files are group/world-accessible. |
887 | .Pp | 885 | .Pp |
888 | .It Pa /etc/ssh/ssh_host_dsa_key.pub | ||
889 | .It Pa /etc/ssh/ssh_host_ecdsa_key.pub | 886 | .It Pa /etc/ssh/ssh_host_ecdsa_key.pub |
890 | .It Pa /etc/ssh/ssh_host_ed25519_key.pub | 887 | .It Pa /etc/ssh/ssh_host_ed25519_key.pub |
891 | .It Pa /etc/ssh/ssh_host_rsa_key.pub | 888 | .It Pa /etc/ssh/ssh_host_rsa_key.pub |