summaryrefslogtreecommitdiff
path: root/contrib/cygwin
diff options
context:
space:
mode:
authordtucker <dtucker>2005-10-25 08:55:00 +0000
committerdtucker <dtucker>2005-10-25 08:55:00 +0000
commit56bd6670a4dae8ea1c51b8a56ffd7828e22ffeae (patch)
tree22264b12829980474a8b0ca55555fbb9ec7a29e4 /contrib/cygwin
parent47a1cdb18de9b4d6772c53ab198ab2a421841fb9 (diff)
downloadopenssh-56bd6670a4dae8ea1c51b8a56ffd7828e22ffeae.tar.gz
- (dtucker) [contrib/cygwin/ssh-user-config] Remove duplicate yes/no
prompt. Patch from vinschen at redhat.com.
Diffstat (limited to 'contrib/cygwin')
-rw-r--r--contrib/cygwin/ssh-user-config4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cygwin/ssh-user-config b/contrib/cygwin/ssh-user-config
index fe07ce36..9482efe9 100644
--- a/contrib/cygwin/ssh-user-config
+++ b/contrib/cygwin/ssh-user-config
@@ -198,7 +198,7 @@ fi
if [ ! -f "${pwdhome}/.ssh/id_rsa" ]
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
echo "Generating ${pwdhome}/.ssh/id_rsa"
if [ "${with_passphrase}" = "yes" ]
@@ -217,7 +217,7 @@ fi
if [ ! -f "${pwdhome}/.ssh/id_dsa" ]
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
echo "Generating ${pwdhome}/.ssh/id_dsa"
if [ "${with_passphrase}" = "yes" ]