summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-04 23:36:07 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-04 23:36:07 -0400
commit5fccd04a5dc88f88a17b37edeed9d21df7c32897 (patch)
tree7aaa627e5722599cb42b918c8480901256c1d70c /debian
parent6f4e0fa4a08b5abccbbfd363892f084faa6a2c39 (diff)
Run ssh with -T to avoid tty allocation and any login scripts that may do undesired things with it.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8dffeca12..8af9120b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,8 @@ git-annex (4.20130228) UNRELEASED; urgency=low
* Bugfix: If the UUID of a remote is not known, prevent --from, --to,
and other ways of specifying remotes by name from selecting it,
since it is not possible to sanely use it.
+ * Run ssh with -T to avoid tty allocation and any login scripts that
+ may do undesired things with it.
-- Joey Hess <joeyh@debian.org> Wed, 27 Feb 2013 23:20:40 -0400