diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-05 13:53:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-05 13:53:21 -0400 |
commit | 2934787af840e5c14eea447ae2ec41dbfc3a1be5 (patch) | |
tree | 9aff22823c989178dcf8382ae60d5f8f9253f3f4 /debian | |
parent | 96c5546cea61543ac115bc9b48a26e51fa96f030 (diff) |
webapp: Include no-pty in ssh authorized_keys lines.
git-annex-shell does not need a pty, so this speeds things up.
Also, it may avoid weird misconfigured systems that try to run screen or
tmux on every ssh login from doing so.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 16e0f8513..cefa45e89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,7 @@ git-annex (5.20140228) UNRELEASED; urgency=medium * glacier: Pass --region to glacier checkpresent. * webdav: When built with a new enough haskell DAV (0.6), disable the http response timeout, which was only 5 seconds. + * webapp: Include no-pty in ssh authorized_keys lines. -- Joey Hess <joeyh@debian.org> Fri, 28 Feb 2014 14:52:15 -0400 |