- (dtucker) [contrib/cygwin/ssh-user-config] Remove duplicate yes/no
prompt. Patch from vinschen at redhat.com.
This commit is contained in:
parent
e737455430
commit
a841dceb4c
|
@ -5,6 +5,8 @@
|
||||||
- (dtucker) [configure.ac] Bug #1104: Tru64's printf family doesn't
|
- (dtucker) [configure.ac] Bug #1104: Tru64's printf family doesn't
|
||||||
understand "%lld", even though the compiler has "long long", so handle
|
understand "%lld", even though the compiler has "long long", so handle
|
||||||
it as a special case. Patch tested by mcaskill.scott at epa.gov.
|
it as a special case. Patch tested by mcaskill.scott at epa.gov.
|
||||||
|
- (dtucker) [contrib/cygwin/ssh-user-config] Remove duplicate yes/no
|
||||||
|
prompt. Patch from vinschen at redhat.com.
|
||||||
|
|
||||||
20051017
|
20051017
|
||||||
- (dtucker) [configure.ac] Bug #1097: Fix configure for cross-compiling.
|
- (dtucker) [configure.ac] Bug #1097: Fix configure for cross-compiling.
|
||||||
|
@ -3113,4 +3115,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3922 2005/10/25 08:52:31 dtucker Exp $
|
$Id: ChangeLog,v 1.3923 2005/10/25 08:55:00 dtucker Exp $
|
||||||
|
|
|
@ -198,7 +198,7 @@ fi
|
||||||
|
|
||||||
if [ ! -f "${pwdhome}/.ssh/id_rsa" ]
|
if [ ! -f "${pwdhome}/.ssh/id_rsa" ]
|
||||||
then
|
then
|
||||||
if request "Shall I create an SSH2 RSA identity file for you? (yes/no) "
|
if request "Shall I create an SSH2 RSA identity file for you?"
|
||||||
then
|
then
|
||||||
echo "Generating ${pwdhome}/.ssh/id_rsa"
|
echo "Generating ${pwdhome}/.ssh/id_rsa"
|
||||||
if [ "${with_passphrase}" = "yes" ]
|
if [ "${with_passphrase}" = "yes" ]
|
||||||
|
@ -217,7 +217,7 @@ fi
|
||||||
|
|
||||||
if [ ! -f "${pwdhome}/.ssh/id_dsa" ]
|
if [ ! -f "${pwdhome}/.ssh/id_dsa" ]
|
||||||
then
|
then
|
||||||
if request "Shall I create an SSH2 DSA identity file for you? (yes/no) "
|
if request "Shall I create an SSH2 DSA identity file for you?"
|
||||||
then
|
then
|
||||||
echo "Generating ${pwdhome}/.ssh/id_dsa"
|
echo "Generating ${pwdhome}/.ssh/id_dsa"
|
||||||
if [ "${with_passphrase}" = "yes" ]
|
if [ "${with_passphrase}" = "yes" ]
|
||||||
|
|
Loading…
Reference in New Issue