comparison dropbear.8 @ 1733:d529a52b2f7c coverity coverity

merge coverity from main
author Matt Johnston <matt@ucc.asn.au>
date Fri, 26 Jun 2020 21:07:34 +0800
parents d32bcb5c557d
children 94323a20e572
comparison
equal deleted inserted replaced
1643:b59623a64678 1733:d529a52b2f7c
105 105
106 .TP 106 .TP
107 Authorized Keys 107 Authorized Keys
108 108
109 ~/.ssh/authorized_keys can be set up to allow remote login with a RSA, 109 ~/.ssh/authorized_keys can be set up to allow remote login with a RSA,
110 ECDSA, or DSS 110 ECDSA, Ed25519 or DSS
111 key. Each line is of the form 111 key. Each line is of the form
112 .TP 112 .TP
113 [restrictions] ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIgAsp... [comment] 113 [restrictions] ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIgAsp... [comment]
114 114
115 and can be extracted from a Dropbear private host key with "dropbearkey -y". This is the same format as used by OpenSSH, though the restrictions are a subset (keys with unknown restrictions are ignored). 115 and can be extracted from a Dropbear private host key with "dropbearkey -y". This is the same format as used by OpenSSH, though the restrictions are a subset (keys with unknown restrictions are ignored).
144 144
145 .TP 145 .TP
146 Host Key Files 146 Host Key Files
147 147
148 Host key files are read at startup from a standard location, by default 148 Host key files are read at startup from a standard location, by default
149 /etc/dropbear/dropbear_dss_host_key, /etc/dropbear/dropbear_rsa_host_key, and 149 /etc/dropbear/dropbear_dss_host_key, /etc/dropbear/dropbear_rsa_host_key,
150 /etc/dropbear/dropbear_ecdsa_host_key 150 /etc/dropbear/dropbear_ecdsa_host_key and /etc/dropbear/dropbear_ed25519_host_key
151 151
152 If the -r command line option is specified the default files are not loaded. 152 If the -r command line option is specified the default files are not loaded.
153 Host key files are of the form generated by dropbearkey. 153 Host key files are of the form generated by dropbearkey.
154 The -R option can be used to automatically generate keys 154 The -R option can be used to automatically generate keys
155 in the default location - keys will be generated after startup when the first 155 in the default location - keys will be generated after startup when the first