[Bug 1080621] Re: RequestTTY option is not respected when declared in .ssh/config

2012-11-19 Thread Ubuntu Foundations Team Bug Bot
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

[Bug 1080621] Re: RequestTTY option is not respected when declared in .ssh/config

2012-11-19 Thread BorisH
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

[Bug 1080621] Re: RequestTTY option is not respected when declared in .ssh/config

2012-11-19 Thread BorisH
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

[Bug 1080621] Re: RequestTTY option is not respected when declared in .ssh/config

2012-11-19 Thread BorisH
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 -

[Bug 1080621] Re: RequestTTY option is not respected when declared in .ssh/config

2012-11-19 Thread BorisH
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

[Bug 1080621] Re: RequestTTY option is not respected when declared in .ssh/config

2012-11-19 Thread Robie Basak
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://

[Bug 1080621] Re: RequestTTY option is not respected when declared in .ssh/config

2012-11-19 Thread Robie Basak
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

[Bug 1080621] Re: RequestTTY option is not respected when declared in .ssh/config

2012-11-19 Thread BorisH
** 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