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

BorisH 1080621 at bugs.launchpad.net
Mon Nov 19 14:06:47 UTC 2012


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

   - djm at cvs.openbsd.org 2012/07/06 01:47:38
     [ssh.c]
     move setting of tty_flag to after config parsing so RequestTTY options
     are correctly picked up. bz#1995 patch from przemoc AT gmail.com;
     ok dtucker@

Can the openssh package be upgraded to 6.1p1 on ubuntu 12.10 ?

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1080621

Title:
  RequestTTY option is not respected when declared in .ssh/config

Status in “openssh” package in Ubuntu:
  Confirmed

Bug description:
  Using this .ssh/config file on a up-to-date ubuntu 12.10 64bits using
  ssh 1:6.0p1-3ubuntu1

    Host xxxx.xxxxxx.com
    RequestTTY yes

  $ ssh  xxxx.xxxxxx.com screen -x
  Error: "Must be connected to a terminal."    <--- config option is not respected !

  While entering the same config directly in the command line works
  nicely :

  $ ssh -o "RequestTTY yes" free.zboubi.com screen -x
  Works ok

  $ ssh -t free.zboubi.com screen -x
  Works ok

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1080621/+subscriptions




More information about the foundations-bugs mailing list