diff options
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 703a9cddc..8f8fbb66d 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -733,11 +733,10 @@ is not to load any certificates. | |||
733 | Specifies a file containing a private host key | 733 | Specifies a file containing a private host key |
734 | used by SSH. | 734 | used by SSH. |
735 | The defaults are | 735 | The defaults are |
736 | .Pa /etc/ssh/ssh_host_dsa_key , | 736 | .Pa /etc/ssh/ssh_host_rsa_key , |
737 | .Pa /etc/ssh/ssh_host_ecdsa_key , | 737 | .Pa /etc/ssh/ssh_host_ecdsa_key |
738 | .Pa /etc/ssh/ssh_host_ed25519_key | ||
739 | and | 738 | and |
740 | .Pa /etc/ssh/ssh_host_rsa_key . | 739 | .Pa /etc/ssh/ssh_host_ed25519_key . |
741 | .Pp | 740 | .Pp |
742 | Note that | 741 | Note that |
743 | .Xr sshd 8 | 742 | .Xr sshd 8 |