mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
Fix typo in dropbear(8)'s manpage
This commit is contained in:
parent
2a34a72bff
commit
633b98ef28
@ -100,7 +100,8 @@ Print the version
|
|||||||
.TP
|
.TP
|
||||||
Authorized Keys
|
Authorized Keys
|
||||||
|
|
||||||
~/.ssh/authorized_keys can be set up to allow remote login with a RSA or DSS
|
~/.ssh/authorized_keys can be set up to allow remote login with a RSA,
|
||||||
|
ECDSA, or DSS
|
||||||
key. Each line is of the form
|
key. Each line is of the form
|
||||||
.TP
|
.TP
|
||||||
[restrictions] ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIgAsp... [comment]
|
[restrictions] ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIgAsp... [comment]
|
||||||
@ -139,7 +140,7 @@ Host Key Files
|
|||||||
|
|
||||||
Host key files are read at startup from a standard location, by default
|
Host key files are read at startup from a standard location, by default
|
||||||
/etc/dropbear/dropbear_dss_host_key, /etc/dropbear/dropbear_rsa_host_key, and
|
/etc/dropbear/dropbear_dss_host_key, /etc/dropbear/dropbear_rsa_host_key, and
|
||||||
/etc/dropbear/dropbear-ecdsa_host_key
|
/etc/dropbear/dropbear_ecdsa_host_key
|
||||||
or specified on the commandline with -r. These are of the form generated
|
or specified on the commandline with -r. These are of the form generated
|
||||||
by dropbearkey. The -R option can be used to automatically generate keys
|
by dropbearkey. The -R option can be used to automatically generate keys
|
||||||
in the default location - keys will be generated after startup when the first
|
in the default location - keys will be generated after startup when the first
|
||||||
|
Loading…
Reference in New Issue
Block a user