summaryrefslogtreecommitdiff
path: root/contrib/cygwin/ssh-user-config
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2013-09-14 23:42:11 +0100
committerColin Watson <cjwatson@debian.org>2013-09-14 23:42:11 +0100
commit327155e6824b3ee13837bdde04e4eb47e147ff46 (patch)
tree8f8743122403c7a2e6ed919156711fb1520c657f /contrib/cygwin/ssh-user-config
parent0334ce32304e9ba2a10ee5ca49ca6e8ff3ba6cf4 (diff)
parent74e339b8f8936bc0d985e053a076d0c9b5e9ea51 (diff)
* New upstream release (http://www.openssh.com/txt/release-6.3).
- sftp(1): add support for resuming partial downloads using the "reget" command and on the sftp commandline or on the "get" commandline using the "-a" (append) option (closes: #158590). - ssh(1): add an "IgnoreUnknown" configuration option to selectively suppress errors arising from unknown configuration directives (closes: #436052). - sftp(1): update progressmeter when data is acknowledged, not when it's sent (partially addresses #708372). - ssh(1): do not fatally exit when attempting to cleanup multiplexing- created channels that are incompletely opened (closes: #651357).
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 ;;