mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-18 07:30:48 +00:00
parent
5be9d9e3cb
commit
a7827c11b3
@ -27,6 +27,9 @@
|
||||
domain ed25519 reference code from SUPERCOP, see
|
||||
http://ed25519.cr.yp.to/software.html
|
||||
feedback, help & ok djm@
|
||||
- jmc@cvs.openbsd.org 2013/12/06 15:29:07
|
||||
[sshd.8]
|
||||
missing comma;
|
||||
|
||||
20131205
|
||||
- (djm) OpenBSD CVS Sync
|
||||
|
4
sshd.8
4
sshd.8
@ -33,7 +33,7 @@
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $OpenBSD: sshd.8,v 1.271 2013/12/06 13:39:49 markus Exp $
|
||||
.\" $OpenBSD: sshd.8,v 1.272 2013/12/06 15:29:07 jmc Exp $
|
||||
.Dd $Mdocdate: December 6 2013 $
|
||||
.Dt SSHD 8
|
||||
.Os
|
||||
@ -494,7 +494,7 @@ For protocol version 2 the keytype is
|
||||
.Dq ecdsa-sha2-nistp256 ,
|
||||
.Dq ecdsa-sha2-nistp384 ,
|
||||
.Dq ecdsa-sha2-nistp521 ,
|
||||
.Dq ssh-ed25519
|
||||
.Dq ssh-ed25519 ,
|
||||
.Dq ssh-dss
|
||||
or
|
||||
.Dq ssh-rsa .
|
||||
|
Loading…
Reference in New Issue
Block a user