summaryrefslogtreecommitdiff
path: root/contrib/cygwin/ssh-user-config
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2013-09-14 15:43:03 +0100
committerColin Watson <cjwatson@debian.org>2013-09-14 15:43:03 +0100
commit8faf8c84430cf3c19705b1d9f8889d256e7fd1fd (patch)
treee6cb74192adb00fda5e4d1457547851d7e0d86af /contrib/cygwin/ssh-user-config
parent328b60656f29db6306994d7498dede386ec2d1c3 (diff)
parentc41345ad7ee5a22689e2c009595e85fa27b4b39a (diff)
merge 6.3p1
Diffstat (limited to 'contrib/cygwin/ssh-user-config')
-rw-r--r--contrib/cygwin/ssh-user-config6
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/cygwin/ssh-user-config b/contrib/cygwin/ssh-user-config
index 027ae6032..8708b7a58 100644
--- a/contrib/cygwin/ssh-user-config
+++ b/contrib/cygwin/ssh-user-config
@@ -222,10 +222,6 @@ do
222 shift 222 shift
223 ;; 223 ;;
224 224
225 --privileged )
226 csih_FORCE_PRIVILEGED_USER=yes
227 ;;
228
229 *) 225 *)
230 echo "usage: ${PROGNAME} [OPTION]..." 226 echo "usage: ${PROGNAME} [OPTION]..."
231 echo 227 echo
@@ -236,8 +232,6 @@ do
236 echo " --yes -y Answer all questions with \"yes\" automatically." 232 echo " --yes -y Answer all questions with \"yes\" automatically."
237 echo " --no -n Answer all questions with \"no\" automatically." 233 echo " --no -n Answer all questions with \"no\" automatically."
238 echo " --passphrase -p word Use \"word\" as passphrase automatically." 234 echo " --passphrase -p word Use \"word\" as passphrase automatically."
239 echo " --privileged On Windows NT/2k/XP, assume privileged user"
240 echo " instead of LocalSystem for sshd service."
241 echo 235 echo
242 exit 1 236 exit 1
243 ;; 237 ;;