The attachment "request-tty.patch" of this bug report has been
identified as being a patch. The ubuntu-reviewers team has been
subscribed to the bug report so that they can review the patch. In the
event that this is in fact not a patch you can resolve this situation by
removing the tag 'patch' f
I backported the official patch, please find it attached.
source:
http://anoncvs.mindrot.org/index.cgi/openssh/ssh.c?r1=1.365;r2=1.366&view=patch
** Patch removed: "request-tty.patch"
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1080621/+attachment/3438709/+files/request-tty.patch
I backported the trivial patch to 6.0p1. See patch attached.
source:
http://anoncvs.mindrot.org/index.cgi/openssh/ssh.c?r1=1.365;r2=1.366&view=patch
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/10806
I backported the official patch, please find it attached.
source:
http://anoncvs.mindrot.org/index.cgi/openssh/ssh.c?r1=1.365;r2=1.366&view=patch
** Patch added: "request-tty.patch"
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1080621/+attachment/3438709/+files/request-tty.patch
-
I did the following test, compiling the source code distributed on
openssh.org:
openssh-6.0p1 : bug is present
openssh-6.1p1 : bug has been corrected, and contains the following Changelog
- d...@cvs.openbsd.org 2012/07/06 01:47:38
[ssh.c]
move setting of tty_flag to after config pars
This should probably be Confirmed rather than Triaged since we don't
know what we need to do to fix this yet.
** Changed in: openssh (Ubuntu)
Status: Triaged => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://
Thank you for taking the time to report this bug and helping to make
Ubuntu better.
I have been able to reproduce this on 12.10 (openssh-server
1:6.0p1-3ubuntu1). My gut feeling is that there is some kind of catch
that we're missing but I have been unable to find anything. So far it
does seem like
** Description changed:
- Using this .ssh/config file on a up-to-date ubuntu 12.10 64bits :
+ Using this .ssh/config file on a up-to-date ubuntu 12.10 64bits using
+ ssh 1:6.0p1-3ubuntu1
+
Host .xx.com
RequestTTY yes
$ ssh .xx.com screen -x
- Must be connected to a t