diff options
author | Colin Watson <cjwatson@debian.org> | 2006-05-12 08:53:37 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2006-05-12 08:53:37 +0000 |
commit | 2ee73b36b9a35daeaa4b065046882dc1f5f551b6 (patch) | |
tree | f64a4ace625514e94759878c0b94ab0a79805bbd /contrib/cygwin/ssh-user-config | |
parent | 3c190ec8e469477ea65fbf4cc83062c65c281434 (diff) | |
parent | 3e2e0ac10674d77618c4c7339e18b83ced247492 (diff) |
Merge 4.3p2 to the trunk.
Diffstat (limited to 'contrib/cygwin/ssh-user-config')
-rw-r--r-- | contrib/cygwin/ssh-user-config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cygwin/ssh-user-config b/contrib/cygwin/ssh-user-config index fe07ce360..9482efe9e 100644 --- a/contrib/cygwin/ssh-user-config +++ b/contrib/cygwin/ssh-user-config | |||
@@ -198,7 +198,7 @@ fi | |||
198 | 198 | ||
199 | if [ ! -f "${pwdhome}/.ssh/id_rsa" ] | 199 | if [ ! -f "${pwdhome}/.ssh/id_rsa" ] |
200 | then | 200 | then |
201 | if request "Shall I create an SSH2 RSA identity file for you? (yes/no) " | 201 | if request "Shall I create an SSH2 RSA identity file for you?" |
202 | then | 202 | then |
203 | echo "Generating ${pwdhome}/.ssh/id_rsa" | 203 | echo "Generating ${pwdhome}/.ssh/id_rsa" |
204 | if [ "${with_passphrase}" = "yes" ] | 204 | if [ "${with_passphrase}" = "yes" ] |
@@ -217,7 +217,7 @@ fi | |||
217 | 217 | ||
218 | if [ ! -f "${pwdhome}/.ssh/id_dsa" ] | 218 | if [ ! -f "${pwdhome}/.ssh/id_dsa" ] |
219 | then | 219 | then |
220 | if request "Shall I create an SSH2 DSA identity file for you? (yes/no) " | 220 | if request "Shall I create an SSH2 DSA identity file for you?" |
221 | then | 221 | then |
222 | echo "Generating ${pwdhome}/.ssh/id_dsa" | 222 | echo "Generating ${pwdhome}/.ssh/id_dsa" |
223 | if [ "${with_passphrase}" = "yes" ] | 223 | if [ "${with_passphrase}" = "yes" ] |