Bugzilla – Attachment 2385 Details for
Bug 2179
ed25519 make install support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ed25519 make install
file_2179.txt (text/plain), 1.76 KB, created by
Loganaden Velvindron
on 2013-12-07 21:30:09 AEDT
(
hide
)
Description:
ed25519 make install
Filename:
MIME Type:
Creator:
Loganaden Velvindron
Created:
2013-12-07 21:30:09 AEDT
Size:
1.76 KB
patch
obsolete
>Index: Makefile.in >=================================================================== >RCS file: /cvs/openssh/Makefile.in,v >retrieving revision 1.346 >diff -u -p -r1.346 Makefile.in >--- Makefile.in 7 Dec 2013 00:35:37 -0000 1.346 >+++ Makefile.in 7 Dec 2013 10:22:16 -0000 >@@ -115,6 +115,7 @@ PATHSUBS = \ > -e 's|/etc/ssh/ssh_host_ecdsa_key|$(sysconfdir)/ssh_host_ecdsa_key|g' \ > -e 's|/etc/ssh/ssh_host_dsa_key|$(sysconfdir)/ssh_host_dsa_key|g' \ > -e 's|/etc/ssh/ssh_host_rsa_key|$(sysconfdir)/ssh_host_rsa_key|g' \ >+ -e 's|/etc/ssh/ssh_host_ed25519_key|$(sysconfdir)/ssh_host_ed25519_key|g' \ > -e 's|/var/run/sshd.pid|$(piddir)/sshd.pid|g' \ > -e 's|/etc/moduli|$(sysconfdir)/moduli|g' \ > -e 's|/etc/ssh/moduli|$(sysconfdir)/moduli|g' \ >@@ -335,6 +336,11 @@ host-key: ssh-keygen$(EXEEXT) > else \ > ./ssh-keygen -t rsa -f $(sysconfdir)/ssh_host_rsa_key -N "" ; \ > fi ; \ >+ if [ -f $(sysconfdir)/ssh_host_ed25519_key ] ; then \ >+ echo "$(sysconfdir)/ssh_host_ed25519_key already exists, skipping." ; \ >+ else \ >+ ./ssh-keygen -t ed25519 -f $(sysconfdir)/ssh_host_ed25519_key -N "" ; \ >+ fi ; \ > if [ -z "@COMMENT_OUT_ECC@" ] ; then \ > if [ -f $(sysconfdir)/ssh_host_ecdsa_key ] ; then \ > echo "$(sysconfdir)/ssh_host_ecdsa_key already exists, skipping." ; \ >@@ -348,6 +354,7 @@ host-key-force: ssh-keygen$(EXEEXT) > ./ssh-keygen -t rsa1 -f $(DESTDIR)$(sysconfdir)/ssh_host_key -N "" > ./ssh-keygen -t dsa -f $(DESTDIR)$(sysconfdir)/ssh_host_dsa_key -N "" > ./ssh-keygen -t rsa -f $(DESTDIR)$(sysconfdir)/ssh_host_rsa_key -N "" >+ ./ssh-keygen -t ed25519 -f $(DESTDIR)$(sysconfdir)/ssh_host_ed25519_key -N "" > test -z "@COMMENT_OUT_ECC@" && ./ssh-keygen -t ecdsa -f $(DESTDIR)$(sysconfdir)/ssh_host_ecdsa_key -N "" > > uninstallall: uninstall
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2179
: 2385