mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-24 06:14:59 +02:00
- (djm) [Makefile.in] list ssh_host_ecdsa key in PATHSUBS; spotted by
openssh AT roumenpetrov.info
This commit is contained in:
parent
996384d500
commit
e63b7f2821
@ -1,3 +1,7 @@
|
||||
20110109
|
||||
- (djm) [Makefile.in] list ssh_host_ecdsa key in PATHSUBS; spotted by
|
||||
openssh AT roumenpetrov.info
|
||||
|
||||
20110108
|
||||
- (djm) [regress/keytype.sh] s/echo -n/echon/ to repair failing regress
|
||||
test on OSX and others. Reported by imorgan AT nas.nasa.gov
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile.in,v 1.314 2011/01/03 21:16:29 djm Exp $
|
||||
# $Id: Makefile.in,v 1.315 2011/01/08 22:19:53 djm Exp $
|
||||
|
||||
# uncomment if you run a non bourne compatable shell. Ie. csh
|
||||
#SHELL = @SH@
|
||||
@ -109,6 +109,7 @@ PATHSUBS = \
|
||||
-e 's|/usr/libexec|$(libexecdir)|g' \
|
||||
-e 's|/etc/shosts.equiv|$(sysconfdir)/shosts.equiv|g' \
|
||||
-e 's|/etc/ssh/ssh_host_key|$(sysconfdir)/ssh_host_key|g' \
|
||||
-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|/var/run/sshd.pid|$(piddir)/sshd.pid|g' \
|
||||
|
Loading…
x
Reference in New Issue
Block a user