]> andersk Git - gssapi-openssh.git/blobdiff - openssh/contrib/cygwin/ssh-user-config
Import of OpenSSH 4.3p1
[gssapi-openssh.git] / openssh / contrib / cygwin / ssh-user-config
index fe07ce3609bbe03dfc53285b431f526e8024e08a..9482efe9e7a41ef1808c6bfc8cc8f8bd296bb7cb 100644 (file)
@@ -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" ]
This page took 0.03205 seconds and 4 git commands to generate.